Duplicate styling
figaro - July 29, 2006 - 21:51
| Project: | Sands_CSS |
| Version: | 4.7.x-1.x-dev |
| Component: | Other |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Duplicate styling of h1, h2, h3, h4, h5, h6 in layout.css and colors.css

#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