Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2009 at 17:33 UTC
Updated:
26 Aug 2009 at 17:50 UTC
Reset stylesheets are common in CSS development.
I’ve always used a different approach to them then most. I've figured why set all this stuff to zero or hard-coded to values you don't want to use, and then later set them to values you do want?
Zen's "reset" stylesheet gives you a list of all HTML Elements and allows you to set them to what you want. And it gives sane defaults if you don't end up modifying a particular element. It also makes list styling consistent across browsers.
But some people don't realize what the html-elements.css file simply because of the name.
Renaming the file to html-reset.css will allow CSS developers to instantly recognize its purpose.
Comments
Comment #1
johnalbinFixed