From: Sergej Lotz Date: Wed, 19 Feb 2014 09:04:36 +0000 (+0100) Subject: Remove unnecessary top css property X-Git-Tag: v5.2.0~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4484%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove unnecessary top css property The css property top: 1px; has no positive impact (for example if you want a background color for the whole tabs bar you will see this 1px breaking the visual consistency) on the tabs, so just remove. --- diff --git a/scss/foundation/components/_tabs.scss b/scss/foundation/components/_tabs.scss index f45f8219e..06da1c5d4 100644 --- a/scss/foundation/components/_tabs.scss +++ b/scss/foundation/components/_tabs.scss @@ -32,7 +32,6 @@ $tabs-vertical-navigation-margin-bottom: 1.25rem !default; dd { position: relative; margin-bottom: 0 !important; - top: 1px; float: $default-float; > a { display: block; @@ -100,4 +99,4 @@ $tabs-vertical-navigation-margin-bottom: 1.25rem !default; } } } -} \ No newline at end of file +}