Commit b4356b78c4895c51480ba641d6d2a9c794a2bd59
1 parent
1456a2e9
Exists in
master
and in
1 other branch
Tweaked header styles
Showing
2 changed files
with
6 additions
and
3 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -43,12 +43,13 @@ a.action { float: right; font-size: 0.9em;} |
43 | 43 | /* Header */ |
44 | 44 | #header { |
45 | 45 | margin-bottom: 24px; |
46 | + height: 70px; | |
46 | 47 | border-bottom: 1px solid #fff; |
47 | - background: black; | |
48 | 48 | position:relative; |
49 | + background: #000000; | |
49 | 50 | } |
50 | 51 | #header > div { |
51 | - height:64px; | |
52 | + height: 70px; | |
52 | 53 | } |
53 | 54 | #header #site-name { |
54 | 55 | display: block; |
... | ... | @@ -62,7 +63,9 @@ a.action { float: right; font-size: 0.9em;} |
62 | 63 | } |
63 | 64 | |
64 | 65 | #header #session-links { |
65 | - position: absolute; top: 18px; right: 0; | |
66 | + position: absolute; | |
67 | + top: 20px; | |
68 | + right: 0; | |
66 | 69 | font-size: 0.9em; |
67 | 70 | } |
68 | 71 | #header #session-links li { | ... | ... |
public/stylesheets/images/header.png