summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2015-03-17 12:56:26 +0100
committerSiri Reiter <siri@jones.dk>2015-03-17 12:56:26 +0100
commit7514d5d020fdc1c68cf1774903cc6dc935d63ab0 (patch)
treeafde12f0095a5b8188ffb2bacbbd303006821289
parente9afde954f6bc1bde1c6b6f0e8ff99cdc690b936 (diff)
Hide branding tagline. Reposition branding image.
-rw-r--r--local.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.scss b/local.scss
index d50b4b4..67841a4 100644
--- a/local.scss
+++ b/local.scss
@@ -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 {