vendor/assets/stylesheets/purecss/grids.css in purecss-0.2.0 vs vendor/assets/stylesheets/purecss/grids.css in purecss-0.2.1

- old
+ new

@@ -1,7 +1,7 @@ /*! -Pure v0.2.1-pre +Pure v0.2.2-pre Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yui/pure/blob/master/LICENSE.md */ .pure-g { @@ -66,11 +66,11 @@ vertical-align: top; text-rendering: auto; } .pure-u-1 { - display: block; + width: 100%; } .pure-u-1-2 { width: 50%; } @@ -106,10 +106,10 @@ .pure-u-4-5 { width: 80%; } .pure-u-1-6 { - width: 16.656%; + width: 16.666%; } .pure-u-5-6 { width: 83.33%; }