Commit 76fc7a931382af0c085a9a1c740bad7b5ffd5d88
1 parent
1d66a6fc
Exists in
master
and in
1 other branch
slightly altered height of header [ci skip]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/stylesheets/application.css
| ... | ... | @@ -44,13 +44,13 @@ a.action { float: right; font-size: 0.9em;} |
| 44 | 44 | /* Header */ |
| 45 | 45 | #header { |
| 46 | 46 | margin-bottom: 24px; |
| 47 | - height: 70px; | |
| 47 | + height: 71px; | |
| 48 | 48 | border-bottom: 1px solid #fff; |
| 49 | 49 | position:relative; |
| 50 | 50 | background: #000000; |
| 51 | 51 | } |
| 52 | 52 | #header > div { |
| 53 | - height: 70px; | |
| 53 | + height: 71px; | |
| 54 | 54 | } |
| 55 | 55 | #header #site-name { |
| 56 | 56 | display: block; | ... | ... |