]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove unnecessary top css property 4484/head
authorSergej Lotz <blondewalker@gmail.com>
Wed, 19 Feb 2014 09:04:36 +0000 (10:04 +0100)
committerSergej Lotz <blondewalker@gmail.com>
Wed, 19 Feb 2014 09:04:36 +0000 (10:04 +0100)
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

index f45f8219eeddf14b61d6cd7376779842744cb502..06da1c5d4e403c4939e54a2b96bdb956575021e4 100644 (file)
@@ -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
+}