summaryrefslogtreecommitdiff
path: root/source/stylesheets/custom.scss
diff options
context:
space:
mode:
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;
+}