diff options
| author | sostler <sbostler@gmail.com> | 2010-05-18 21:19:13 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-18 21:19:13 -0400 |
| commit | a18780727d1da03255071af5022195d6bd97508c (patch) | |
| tree | cfb5ba887ed4914ffe344bcfcda735e0a3f97695 /static/css/header.css | |
| parent | 5671773656d1d4c07cc617afc1f686541d130b55 (diff) | |
| parent | 8144eda8b6667cc0126f82c56bb2faa89d2da493 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/css/header.css b/static/css/header.css index b48de11..004fc1e 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -44,9 +44,10 @@ margin-right:80%; top:-1px; height:38; position:fixed; -background-color:#4593ff; +background-color:#000; border:1px solid #000; -width:500px; +width:84.2%; +min-width:600px; left:16%; border-bottom-left-radius:5px; border-bottom-right-radius:5px; @@ -93,14 +94,14 @@ padding:6; #bar7 a:hover{ text-decoration: none; padding:6;background-color:#fff; - color: #fff; -text-shadow: 1px 1px .5px #000; + color: #000; +text-shadow: 1px 1px .5px #fff; } #logout7{ top:1px; position:relative; font-size:10px; - margin-right: 4px; + margin-right: 7px; float:right; z-index: 9999999999999999; font-family: Arial, Helvetica, sans-serif; @@ -112,7 +113,6 @@ text-shadow: 1px 1px .5px #000; } #logout7 a:hover{font-size:10px; color:#ccc; -text-shadow: 0px 0px 0.3px #fff; } a { font-size: 12px; |
