]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Adds mobile one up to block grid 975/head
authorSam Georges <sam@daftspunk.com>
Tue, 2 Oct 2012 06:49:12 +0000 (16:49 +1000)
committerSam Georges <sam@daftspunk.com>
Tue, 2 Oct 2012 06:49:12 +0000 (16:49 +1000)
scss/foundation/components/_grid.scss

index 054454b448aa4a43d711c5b6323a182f06b5ba70..3e6d6319a455e95ac07e9745ab06c9de7dd5345a 100644 (file)
@@ -182,6 +182,8 @@ that IE7/8 do not support :nth-child.
 
     .block-grid {
       &>li { clear: none !important; }
+      &.mobile-one-up>li { width: 100%; }
+
       &.mobile-two-up>li { width: 50%; 
         &:nth-child(2n+1) { clear: both; }
       }