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
Description

Duplicate styling of h1, h2, h3, h4, h5, h6 in layout.css and colors.css

#1

Samat Jain - August 2, 2006 - 18:30
Status:active» fixed

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

Anonymous - August 16, 2006 - 18:46
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.