Changeset 377
- Timestamp:
- 01/25/09 17:57:26 (14 months ago)
- Files:
-
- 1 modified
-
trunk/themes/blanktheme/style/screen/basemod.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/blanktheme/style/screen/basemod.css
r327 r377 96 96 #header { 97 97 /*background: #fff url(../../images/header_imagename.png) repeat-x top left;*/ 98 padding: 45px 2em 1em 20px; 98 padding: 0 20px; /* do not use top/bottom paddings with fixed height */ 99 height: 110px; 99 100 } 100 101 … … 104 105 } 105 106 107 /* title and slogan */ 108 #header h1 { 109 margin: 45px 0 0.25em 20px; 110 } 111 #header .slogan { 112 float: left; 113 } 114 106 115 /* logo */ 107 116 #header .logo { 108 117 float: left; 109 margin-top: -15px; 110 margin-right: 12px; 118 margin: 30px 12px 0 0; 111 119 } 112 120
