Commit 8e8372d5ce75713aa1452d7c818724dcbca72e53
1 parent
9c709be3
Exists in
master
and in
4 other branches
better logo images for header
Showing
5 changed files
with
4 additions
and
2 deletions
Show diff stats
3.01 KB
4.33 KB
app/assets/images/logo_dark.png
2.53 KB
app/assets/images/logo_white.png
1.88 KB
app/assets/stylesheets/sections/header.scss
@@ -45,7 +45,8 @@ header { | @@ -45,7 +45,8 @@ header { | ||
45 | margin: 0 6px; | 45 | margin: 0 6px; |
46 | 46 | ||
47 | h1 { | 47 | h1 { |
48 | - background: url('logo_dark.png') no-repeat center 1px; | 48 | + background: url('logo-black.png') no-repeat center 1px; |
49 | + background-size: 38px; | ||
49 | float: left; | 50 | float: left; |
50 | height: 40px; | 51 | height: 40px; |
51 | width: 40px; | 52 | width: 40px; |
@@ -241,7 +242,8 @@ header { | @@ -241,7 +242,8 @@ header { | ||
241 | .app_logo { | 242 | .app_logo { |
242 | a { | 243 | a { |
243 | h1 { | 244 | h1 { |
244 | - background: url('logo_white.png') no-repeat center 1px; | 245 | + background: url('logo-white.png') no-repeat center 1px; |
246 | + background-size: 38px; | ||
245 | color: #fff; | 247 | color: #fff; |
246 | text-shadow: 0 1px 1px #111; | 248 | text-shadow: 0 1px 1px #111; |
247 | } | 249 | } |