]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Some quick tweaks on the new docs pages v6.4.0-rc1
authorKevin Ball <kmball11@gmail.com>
Thu, 1 Jun 2017 20:22:05 +0000 (13:22 -0700)
committerKevin Ball <kmball11@gmail.com>
Thu, 1 Jun 2017 20:22:05 +0000 (13:22 -0700)
docs/pages/prototyping-utilities.md
docs/pages/xy-grid.md

index 13e2434caab51916f6ef48ee1dfc6ad885488c28..a385306a4989a39a4a121b1d784cfbc5f4ad7a7c 100644 (file)
@@ -114,7 +114,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
 
 <div class="docs-code-live">
        <div class="row">
-               <div class="small-4 columns">
+               <div class="medium-4 columns">
                        <div class="radius bordered shadow card">
                          <img src="assets/img/generic/rectangle-1.jpg">
                          <div class="card-divider">
@@ -126,7 +126,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
                          </div>
                        </div>
                </div>
-               <div class="small-4 columns">
+               <div class="medium-4 columns">
                        <div class="radius bordered shadow card">
                          <img src="assets/img/generic/rectangle-1.jpg">
                          <div class="card-divider">
@@ -138,7 +138,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
                          </div>
                        </div>
                </div>
-               <div class="small-4 columns">
+               <div class="medium-4 columns">
                        <div class="radius bordered shadow card">
                          <img src="assets/img/generic/rectangle-1.jpg">
                          <div class="card-divider">
index c40d99c97ce62279d7d2bcf705d621d076cba28a..4d6f28618d66c1ca7db0c55d0f0b1188a2f8ebaf 100644 (file)
@@ -6,19 +6,19 @@ sass: scss/xy-grid/_xy-grid.scss
 
 ## XY Grid Basics
 
-The XY grid works very similarly to the standard float grid, but includes a number of useful features only possible with flexbox, like horizontal and vertical alignment, automatic sizing and a full vertical grid.
+The XY grid works very similarly to the standard float grid, but includes a number of useful features only possible with Flexbox, like horizontal and vertical alignment, automatic sizing and a full vertical grid.
 
 ---
 
 ## Browser support
 
-The XY grid is only supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the flex grid on projects that can live with purely cutting-edge browser support.
+The XY grid is supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View Flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the XY grid on projects that can live with purely cutting-edge browser support.
 
 ---
 
 ## Importing
 
-If you're using the CSS version of Foundation, you can generate a <a href="https://foundation.zurb.com/sites/download">custom download of Foundation</a> with flexbox mode enabled.
+If you're using the CSS version of Foundation, you can generate a <a href="https://foundation.zurb.com/sites/download">custom download of Foundation</a> with Flexbox mode enabled.
 
 ```scss
 @import 'foundation';