From 837f41d664c5e092bf946a1d1d81bdf7f136f2ef Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 26 Oct 2014 14:33:41 +0100 Subject: add logo to navbar --- source/stylesheets/custom.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source/stylesheets/custom.scss') 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; +} -- cgit v1.2.1