Changeset 27
- Timestamp:
- 09/22/07 05:14:48 (1 year ago)
- Files:
-
- trunk/src/themes/default/stylesheets/blueprint.css (copied) (copied from trunk/src/themes/default/stylesheets/screen.css) (1 diff)
- trunk/src/themes/default/stylesheets/screen.css (moved) (moved from trunk/src/themes/default/stylesheets/style.css) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/themes/default/stylesheets/blueprint.css
r17 r27 135 135 a.negative:hover,button.negative:hover{background:#fbe3e4;border:0.1em solid #fbc2c4;} 136 136 a.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 1 3 #branding{ 2 4 padding-bottom:10px; … … 4 6 } 5 7 #branding a{ 6 font-size:400%; 8 font-size:300%; 9 color:#000; 7 10 text-decoration:none; 8 11 } … … 16 19 margin-right:20px; 17 20 } 21 #footer{ 22 text-align:right; 23 margin-top:20px; 24 } 25 #footer ul{ 26 list-style-type:none; 27 margin:auto; 28 } 18 29 30 #footer li{ 31 float:left; 32 margin:0 0 0 10px; 33 } 19 34 .accessibility{ 20 35 display:none;
