diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-10-26 14:33:41 +0100 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-10-26 14:33:41 +0100 |
commit | 837f41d664c5e092bf946a1d1d81bdf7f136f2ef (patch) | |
tree | 93aa9956805d44816e21fda5b3cd891cb6850f23 /source/stylesheets | |
parent | d4facdd8ea9e263a0b358ae7f4702820ac9d5fac (diff) |
add logo to navbar
Diffstat (limited to 'source/stylesheets')
-rw-r--r-- | source/stylesheets/custom.scss | 12 |
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; +} |