diff options
author | Siri Reiter <siri@jones.dk> | 2015-03-17 12:56:26 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-03-17 12:56:26 +0100 |
commit | 7514d5d020fdc1c68cf1774903cc6dc935d63ab0 (patch) | |
tree | afde12f0095a5b8188ffb2bacbbd303006821289 /local.scss | |
parent | e9afde954f6bc1bde1c6b6f0e8ff99cdc690b936 (diff) |
Hide branding tagline. Reposition branding image.
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,7 +79,7 @@ div.branding { display: block; height: 100px; background-image: url(butterfly.png); - background-position: 45% 0; + background-position: 20% 0; background-repeat: no-repeat; color: $link_color; } @@ -106,6 +106,7 @@ div#branding-tagline, div#branding-tagline a { font-weight: bold; font-size: 130%; + display: none; } div.actions { |