File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1212### Grids
1313
1414* __ [ !] __ Removed ` .pure-g-r ` from core, in favor of a mobile-first responsive
15- grid system. To use the mobile-first grid system, you need to pull in
16- ` pure.css ` , along with ` grids-responsive.css ` :
15+ grid system. ([ #24 ] [ ] , [ #267 ] [ ] )
16+
17+ To use the mobile-first grid system, you need to pull in ` pure.css ` , along with ` grids-responsive.css ` :
1718
1819 ``` html
19- <link rel =" stylesheet" href =" http://yui.yahooapis.com/pure/0.5.0-rc1 /pure-min.css" >
20- <link rel =" stylesheet" href =" http://yui.yahooapis.com/pure/0.5.0-rc1 /grids-responsive-min.css" >
20+ <link rel =" stylesheet" href =" http://yui.yahooapis.com/pure/0.5.0-rc-1 /pure-min.css" >
21+ <link rel =" stylesheet" href =" http://yui.yahooapis.com/pure/0.5.0-rc-1 /grids-responsive-min.css" >
2122 ```
2223
2324 Find out more about the new grid system at [http://purecss.io/grids/][Grids].
2728* Switched cell padding in Tables from `px` to `em` units, and also increased
2829 the amount of padding to `padding: 0.5em 1em`.
2930
31+ [#24]: https://github.com/yui/pure/issues/24
32+ [#267]: https://github.com/yui/pure/pull/267
3033[Grids]: http://purecss.io/grids/
3134
32350.4.2 (2014-02-13)
You can’t perform that action at this time.
0 commit comments