flukeout / css-diner

CSS Diner
http://cssdiner.com
Mozilla Public License 2.0
2.7k stars 344 forks source link

Fix the 24 errors of the site's CSS #54

Open mytskine opened 10 years ago

mytskine commented 10 years ago

Some browsers have legitimate problems to display the page. For instance, the first rule of the current CSS is box-sixing: border-box; which contains an obvious typo. Another dubious behavior is using some vendor extensions without the official rules, ie @-webkit-keyframes without @keyframes.

I suggest using the W3C CSS Validator at http://jigsaw.w3.org/css-validator/ and fixing each of the 24 errors it detects.

flukeout commented 10 years ago

You haven't heard of box-sixing? It's really handy! Thanks for calling me out though - I'll get these fixed soon!