fix formatting

This commit is contained in:
Tilo Mitra 2014-03-07 13:19:37 -05:00
parent 37f0eb1de5
commit a3dd4a1019

View File

@ -14,9 +14,7 @@ NEXT
* __[!]__ Removed `.pure-g-r` from core, in favor of a mobile-first responsive * __[!]__ Removed `.pure-g-r` from core, in favor of a mobile-first responsive
grid system. ([#24][], [#267][]) grid system. ([#24][], [#267][])
To use the mobile-first grid system, you need to pull in `pure.css`, along with `grids-responsive.css`. We also have a `grids-responsive-old-ie.css` To use the mobile-first grid system, you need to pull in `pure.css`, along with `grids-responsive.css`. We also have a `grids-responsive-old-ie.css` that you can serve to IE < 9 users so that they can view a desktop-version of your website:
that you can serve to IE < 9 users so that they can view a desktop-version
of your website:
```html ```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0-rc-1/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0-rc-1/pure-min.css">