From: Matt Ferderer Date: Tue, 1 Nov 2016 18:35:06 +0000 (-0500) Subject: Moved display to first position. X-Git-Tag: v6.3-rc1~24^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9316%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Moved display to first position. --- diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index 719190d2d..ddfe00523 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -154,9 +154,9 @@ $topbar-unstack-breakpoint: medium !default; } @else { .top-bar-title { + display:inline-block; float: left; margin: $topbar-title-spacing; - display:inline-block; } .top-bar-left {