Posted by figaro on July 29, 2006 at 9:51pm
Jump to:
| Project: | Sands_CSS |
| Version: | 4.7.x-1.x-dev |
| Component: | Other |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Duplicate styling of h1, h2, h3, h4, h5, h6 in layout.css and colors.css
Comments
#1
I am going to assume you mean:
In colors.css:
h1, h2, h3, h4, h5, h6 {font-family: "Bitstream Vera Sans", Verdana, sans-serif;
}
and in layout.css:
h1, h2, h3, h4, h5, h6 {font-family: sans-serif;
}
I've removed the duplicate definition from layout.css.
#2