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

- old
+ new

@@ -1,7 +1,7 @@ /*! -Pure v0.1.1-pre +Pure v0.2.1-pre Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yui/pure/blob/master/LICENSE.md */ .pure-g { @@ -198,28 +198,30 @@ .pure-g-r img { max-width: 100%; } -@media (min-width:980px) { +@media (min-width: 980px) { .pure-visible-phone { display: none; } .pure-visible-tablet { display: none; } .pure-hidden-desktop { display: none; } } -@media (max-width:480px) { + +@media (max-width: 480px) { .pure-g-r > .pure-u, .pure-g-r > [class *= "pure-u-"] { width: 100%; } } -@media (max-width:767px) { + +@media (max-width: 767px) { .pure-g-r > .pure-u, .pure-g-r > [class *= "pure-u-"] { width: 100%; } .pure-hidden-phone { @@ -227,10 +229,11 @@ } .pure-visible-desktop { display: none; } } -@media (min-width:768px) and (max-width:979px) { + +@media (min-width: 768px) and (max-width: 979px) { .pure-hidden-tablet { display: none; } .pure-visible-desktop { display: none;