Tweak README for 0.5.0-rc-1

This commit is contained in:
Eric Ferraiuolo 2014-03-07 15:18:30 -05:00
parent 789881baf7
commit 59c347417c

View File

@ -14,10 +14,14 @@ NEXT
* __[!]__ Removed `.pure-g-r` from core, in favor of a mobile-first responsive
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` that you can serve to IE < 9 users so that they can view a desktop-version of your website:
To use the mobile-first grid system, you need to pull in `pure.css`, along
with `grids-responsive.css`. We also have `grids-responsive-old-ie.css` that
you can serve to IE < 9 users so that they can view a desktop-version of your
website:
```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0-rc-1/pure-min.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0-rc-1/grids-responsive-old-ie-min.css">
<![endif]-->
@ -26,16 +30,17 @@ NEXT
<!--<![endif]-->
```
Find out more about the new grid system at [http://purecss.io/grids/][Grids].
Find out more about the new grid system at <http://stage.purecss.io/grids/>.
### Tables
* Switched cell padding in Tables from `px` to `em` units, and also increased
the amount of padding to `padding: 0.5em 1em`.
[#24]: https://github.com/yui/pure/issues/24
[#267]: https://github.com/yui/pure/pull/267
[Grids]: http://purecss.io/grids/
0.4.2 (2014-02-13)
------------------