HTML5 Reset is a simple set of best practices to get your Concrete5 web projects off on the right foot.
- A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
- Easy to customize -- remove whatever you don't need, keep what you do.
- Empty mobile and print media queries, including blocks for device orientation
- Modernizr.js http://www.modernizr.com/ detects HTML5 & CSS3 compatibility across various browsers.
- IE-specific classes for simple CSS-targeting
- Lots of other keen stuff...