]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
add row w/ single column to centered-columns visual test 8990/head
authorAndy Cochran <acochran@council.nyc.gov>
Fri, 1 Jul 2016 23:56:05 +0000 (19:56 -0400)
committerAndy Cochran <acochran@council.nyc.gov>
Fri, 1 Jul 2016 23:56:05 +0000 (19:56 -0400)
test/visual/grid/centered-columns.html

index 472f9386ba353cd7bed4c4af5be2d8e44da50aa4..8ee92b220ab6d21bdae037f8b20169e67107dbaf 100644 (file)
@@ -9,6 +9,13 @@
     <link href="../assets/css/foundation.css" rel="stylesheet" />
   </head>
   <body>
+
+    <div class="row">
+      <div class="medium-7 medium-centered columns">
+        <p style="background-color:#eee;">all these columns should be centered, even the last</p>
+      </div>
+    </div>
+
     <div class="row">
       <div class="medium-7 medium-centered columns">
         <p style="background-color:#eee;">all these columns should be centered, even the last</p>