Commit 8eaecc54a3909851911f01728fe08a28386fd4b9
1 parent
dcd7b241
Exists in
master
and in
1 other branch
I like the logo..
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -55,12 +55,12 @@ a.action { float: right; font-size: 0.9em;} |
55 | 55 | width: 88px; |
56 | 56 | height: 31px; |
57 | 57 | position: absolute; |
58 | - top: 26px; | |
58 | + top: 22px; | |
59 | 59 | left: 2px; |
60 | - font-size: 2.5em; | |
61 | - font-weight:bold; | |
62 | - color: white !important; | |
60 | + background: transparent url(images/logo.png) 0 0 no-repeat; | |
61 | + text-indent: -5000em; | |
63 | 62 | } |
63 | + | |
64 | 64 | #header #session-links { |
65 | 65 | position: absolute; top: 18px; right: 0; |
66 | 66 | font-size: 0.9em; | ... | ... |