Changeset 443


Ignore:
Timestamp:
Mar 16, 2010, 12:07:05 PM (14 years ago)
Author:
gav
Message:

Small CSS change to h2 and h3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r418 r443  
    9090}
    9191
     92/*Do not specify a global h2 and h3
     93    Since this changes filterPane and other headers.*/
    9294h1 {
    9395    color: #006dba;
    9496    font-weight: normal;
    9597    font-size: 17px;
    96     margin: 0 0 .3em 0;
    97 }
    98 
    99 h2 {
    100     color: #006dba;
    101     font-weight: bold;
    102     font-size: 15px;
    103     margin: 0 0 .3em 0;
    104 }
    105 
    106 h3 {
    107     color: #006dba;
    108     font-weight: normal;
    109     font-size: 15px;
    11098    margin: 0 0 .3em 0;
    11199}
Note: See TracChangeset for help on using the changeset viewer.