Changeset 27

Show
Ignore:
Timestamp:
09/22/07 05:14:48 (1 year ago)
Author:
bermi
Message:

Setting the right order for CSS import rules in the default theme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/themes/default/stylesheets/blueprint.css

    r17 r27  
    135135a.negative:hover,button.negative:hover{background:#fbe3e4;border:0.1em solid #fbc2c4;} 
    136136a.negative:active{background-color:#d12f19;border:0.1em solid #d12f19;color:#fff;} 
    137  
    138 @import url('/themes/default/stylesheets/style.css'); 
  • trunk/src/themes/default/stylesheets/screen.css

    r17 r27  
     1@import url('/themes/default/stylesheets/blueprint.css'); 
     2 
    13#branding{ 
    24  padding-bottom:10px; 
     
    46} 
    57#branding a{ 
    6   font-size:400%; 
     8  font-size:300%; 
     9  color:#000; 
    710  text-decoration:none; 
    811} 
     
    1619  margin-right:20px; 
    1720} 
     21#footer{ 
     22  text-align:right; 
     23  margin-top:20px; 
     24} 
     25#footer ul{ 
     26  list-style-type:none; 
     27  margin:auto; 
     28} 
    1829 
     30#footer li{ 
     31  float:left; 
     32  margin:0 0 0 10px; 
     33} 
    1934.accessibility{ 
    2035   display:none;