From: Geoff Kimball Date: Thu, 19 Nov 2015 22:55:11 +0000 (-0800) Subject: Adjust balance of ZURB logo and 'Foundation' text in docs header X-Git-Tag: v6.0.1~8^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a256c703aba25d452fae5bd86ed56e7640822183;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Adjust balance of ZURB logo and 'Foundation' text in docs header --- diff --git a/docs/assets/scss/_topbar.scss b/docs/assets/scss/_topbar.scss index 170c1c8f3..1eae7871e 100644 --- a/docs/assets/scss/_topbar.scss +++ b/docs/assets/scss/_topbar.scss @@ -11,6 +11,16 @@ $topbar-hover-color: darken($topbar-background, 20%); ul:first-child { float: left; } ul:last-child { float: right; } + .topbar-title > a { + font-size: rem-calc(16); + opacity: 0.9; + + > img { + position: relative; + top: -1px; + } + } + .menu a { height: 45px; line-height: 45px; @@ -47,10 +57,6 @@ $topbar-hover-color: darken($topbar-background, 20%); top: -2px; } - .menu:first-child { - border-right: 1px solid #4e4e4e; - } - .menu:last-child { border-left: 1px solid #4e4e4e; }