From 70459726343fed0887a07a14825d6ffd153268fb Mon Sep 17 00:00:00 2001 From: Sergej Lotz Date: Wed, 19 Feb 2014 10:04:36 +0100 Subject: [PATCH] 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. --- scss/foundation/components/_tabs.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +} -- 2.47.2