summaryrefslogtreecommitdiff
path: root/source/stylesheets/custom.scss
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-10-26 14:33:41 +0100
committerLars Henrik Mai <lars.mai@kontinui.de>2014-10-26 14:33:41 +0100
commit837f41d664c5e092bf946a1d1d81bdf7f136f2ef (patch)
tree93aa9956805d44816e21fda5b3cd891cb6850f23 /source/stylesheets/custom.scss
parentd4facdd8ea9e263a0b358ae7f4702820ac9d5fac (diff)
add logo to navbar
Diffstat (limited to 'source/stylesheets/custom.scss')
-rw-r--r--source/stylesheets/custom.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/stylesheets/custom.scss b/source/stylesheets/custom.scss
index a9f195f..df1504a 100644
--- a/source/stylesheets/custom.scss
+++ b/source/stylesheets/custom.scss
@@ -6,3 +6,15 @@
@include grid-column($columns: 1.7);
}
}
+
+// sublab logo
+.top-bar .name a:before {
+ background-image: url('../images/sublab-logo-trans-small.png');
+ background-repeat: no-repeat;
+ content: "";
+ display: inline-block;
+ height: 48px;
+ margin-right: 10px;
+ position: relative;
+ width: 60px;
+}