]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Breaking apart shorthand margin declaration 6597/head
authorDavid Ollerhead <david.ollerhead@gmail.com>
Thu, 4 Jun 2015 09:08:00 +0000 (10:08 +0100)
committerDavid Ollerhead <david.ollerhead@gmail.com>
Thu, 4 Jun 2015 09:08:00 +0000 (10:08 +0100)
scss/foundation/components/_inline-lists.scss

index bde1e4fd11b499fef0346fa433da2d552511a0c2..7b46c56ecf021d60d9a4b14dfe76eef2f8b8f0d8 100644 (file)
@@ -33,7 +33,8 @@ $inline-list-children-display: block !default;
 // We use this mixin to create inline lists
 @mixin inline-list {
   list-style: none;
-  margin: $inline-list-top-margin auto $inline-list-bottom-margin auto;
+  margin-top: $inline-list-top-margin;
+  margin-bottom: $inline-list-bottom-margin;
   margin-#{$default-float}: $inline-list-default-float-margin;
   margin-#{$opposite-direction}: $inline-list-opposite-margin;
   overflow: $inline-list-overflow;