diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-20 01:14:54 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-20 01:14:54 -0500 |
| commit | faab952a795a1eee1ed6eaca476d56fcb77998aa (patch) | |
| tree | 5b90a7e345c82583cadac9eda58a6c5d5ec9b9c2 /static/header.css | |
| parent | a91eb914edb95a5facd62b2eac00186b7b8c63c1 (diff) | |
| parent | 9b9f1b51d63ee0a46d766d285ffac028d7c40cbb (diff) | |
Getting up to date
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/static/header.css b/static/header.css index 4b03c2c..a128095 100755 --- a/static/header.css +++ b/static/header.css @@ -9,6 +9,10 @@ font-size:16px; color: #fff; } +#strapline{position:absolute; +top:6; +right:20%; +} .white a:hover { text-decoration: none; text-shadow: -1px 1px 1px #; @@ -42,27 +46,32 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY } #bar7{ - top:28px; + top:25px; position:absolute; font-family: Arial, Helvetica, sans-serif; - font-size: 18px; + font-size: 16px; left: 170px; - margin-left: 2%; + margin-left: 1%; margin-right: 8%; letter-spacing: -1px; z-index: 999; } #logout7{ - top:5px; + top:2px; position:relative; font-size:12px; - margin-right: 10px; + margin-right: 5px; float:right; z-index: 999; + line-height:1.5; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } +#logout7 a{font-size:12px; +} +#logout7 a:hover{font-size:12px; +} #logo7{ top:20px; margin-left: 15px; @@ -251,9 +260,8 @@ border:0; .btnav { border: 0px #000000 solid;} body { - background-color:#e3e3e3; - background-position:center; + z-index:0; } |
