diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
| commit | 3b502423fc5bb2ed22051c465e8384f3e44519cc (patch) | |
| tree | b57e1239727103b91be45f0c968b6d037811801b /static/css/header.css | |
| parent | 9baa796668784cd6068f06a4aeafd23610999447 (diff) | |
sostler PROD commit
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/static/css/header.css b/static/css/header.css index 2caa474..4c64c72 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -34,13 +34,17 @@ margin-right:80%; color: #fff; } - + @font-face { + font-family: dumparial ; + src: url(/static/img/dumparial.ttf) format("truetype"); +} #header7{ background-image:url(/static/img/dblue2.png); background-attachment:inherit; margin: 0px auto -1px auto; top: 0px; height:49; + position:fixed; background-position:7 -14; background-repeat:repeat-x; @@ -297,7 +301,7 @@ img.chat-thumb { } .buttons .share { - opacity: 0.7; + opacity: 0.8; } .buttons .share:hover { opacity: 1; @@ -307,19 +311,20 @@ img.chat-thumb { } img.thumb { position: absolute; +image-rendering: -moz-crisp-edges; margin-left: 0px; margin-top: 0px; - height: 16px; - width: 16px; - right: 10px; - top: 10px; + height: 27px; + width: 27px; + right: 6px; + top: 3px; display: block; } .thumb.favorite { position: absolute; margin-left: 0px; margin-top: 0px; - height: 16px; - width: 16px; + height: 27px; + width: 27px; display: block; } |
