Changeset 1019

Show
Ignore:
Timestamp:
10/22/08 18:16:48 (3 months ago)
Author:
garth
Message:

view webapp - Put back previous days menu related CSS and changed .

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/view/webapp/css/_default.css

    r1016 r1019  
    2828 
    2929 
    30  
    31 h1, h2, h3 
     30h1, h2, h3, h4, h5, h6, h7, h8, h9 
    3231{ 
     32        font-family:            verdana, arial, helvetica, sans-serif; 
     33        font-weight:            normal; 
     34        font-size:                      0.9em; 
     35        color:                          black; 
     36} 
     37h1 
     38{ 
     39        font-size:                      1.2em; 
     40        font-weight:            bold; 
     41        color:                          #336699; 
     42        border-bottom:          2px solid #aaaaaa; 
     43        margin-bottom:          0.5em; 
     44} 
     45h2, h3 
     46{ 
     47        font-size:                      1.1em; 
    3348        font-weight:            bold; 
    3449        color:                          #003366; 
    3550} 
    36 h1  
     51h3 
    3752{ 
    38         color:                          #336699; 
    39         font-size:                      1.2em; 
    40         border-bottom:          2px solid #aaaaaa; 
    41         margin-bottom:          0.5em; 
     53        font-weight:            normal; 
     54        font-style:                     italic; 
    4255} 
    43 h2 {font-size: 1.0em;} 
    44 h3  
     56h4 
    4557{ 
    46         font-size:                      0.9em; 
    47         color:                          black; 
     58        font-weight:            bold; 
    4859} 
    49  
    5060 
    5161 
  • trunk/view/webapp/css/contextNavigationMenu.css

    r1017 r1019  
    7979        margin:                         0; 
    8080        padding:                        0; 
    81         list-style:                     none; 
    8281} 
    8382 
  • trunk/view/webapp/css/siteNavigationMenu.css

    r1017 r1019  
    106106        padding:                        0; 
    107107        position:                       relative;       /* allows sub menus absolute work relative to the menu item */ 
    108         list-style:                     none; 
    109108} 
    110109