Code Monkey home page Code Monkey logo

gridless-boilerplate's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gridless-boilerplate's Issues

Line Height of H3 element

h3 {
font-size: 1.625em; /* 26px */
line-height: 1em;
margin: 0 0 1em;
}

Just wondering if there isn't something wrong with the calculation of an h3's line height within gridless. Seems awfully compact.

See: http://cl.ly/J9Nb

Inputs in IE8

Input elements in IE8 differ in size from inputs in Chrome 12. It seems line-height/padding is off causing IE8 inputs to be shorter.

Launch 2.0

  • Use a script loader like yepnope.js, LABJS, HeadJS etc.?
  • Finish debug.css
  • Include non-semantic helper classes? If yes, in main.css or in a different file?
  • Custom boilerplate builder?

EDIT:
I decided not to add a build script nor server-side configs because that's beyond Gridless' purpose. But I'll recommend using juicer in the Make it better section.
Modernizr also will not be included in the main repo.

EDIT2: well, I think 2.0 won't make it now. The only new feature I could think of was debug.css, which is not enough for a new major version.

default img margin

having a default margin on 'img' makes the inline image element example not display correctly

Demo Not Working

I don't think the demo page is working. It looks like the styles are missing for the page.

Underscore on Line #246

Is there supposed to be an underscore prefixing the width style on line #246

img, object, embed, video {
    max-width: 100%; /* Consider this first: unstoppablerobotninja.com/entry/fluid-images/ */
    _width: 100%; /* If the image/video is smaller than the container, change 100% to an absolute value */
}

Navigation menu is hidding

After clicking on the first, second and third link, every link below "Features" are getting hide.

I'm using Chrome 12.0.742.91 and Mac OS X 10.6.7

Hidden Nav

Font-sizing formula

Might be useful to include some notes alongside where you've specified font-sizes, line-heights and margins to explain how you arrived at those figures. You've provided notes and links to a lot of other resources in main.css but not for font-sizing.

main.css issues

  • There are 2 body rulesets. Should be combined.
  • Remove tt element. It's obsolete in HTML5 "and must not be used by authors".
  • You've removed the border on fieldset, and overridden the default margins, but the default padding is still there. You might want to remove it.
  • Missing legend margin fix for IE6/7
  • Repetition of font and color styles used on body and form elements. Consider merging into one ruleset.
  • Missing IE6/7 overflow:visible fix for input and button
  • Missing Firefox ::-moz-inner-focus fix for input and button
  • The blockquote > p rulset doesn't seem to be needed
  • mark and ins have different semantics. Consider giving them different visual appearances
  • th doesn't need to have font-weight:bold specified. As far as I know, this is the default in all browsers
  • What is background:none used for on lines 248 and 251?

README issues

  • The README still has reset.css and Eric Meyer in the License/Thanks section, but your project doesn't use reset.css anymore.
  • Described folder structure is incorrect: _/ vs assets/

line-height for input element

If you use a high value for line-height then the placeholder ist going to be misplaced in chrome eg. use low line-height and add padding. good work btw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.