Updated Pure to 0.6, added pagination, don't think I broke anything...
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*!
|
||||
Pure v0.5.0
|
||||
Pure v0.6.0
|
||||
Copyright 2014 Yahoo! Inc. All rights reserved.
|
||||
Licensed under the BSD License.
|
||||
https://github.com/yui/pure/blob/master/LICENSE.md
|
||||
https://github.com/yahoo/pure/blob/master/LICENSE.md
|
||||
*/
|
||||
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
|
||||
|
||||
@@ -14,7 +14,7 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
||||
|
||||
/*
|
||||
Sets the font stack to fonts known to work properly with the above letter
|
||||
and word spacings. See: https://github.com/yui/pure/issues/41/
|
||||
and word spacings. See: https://github.com/yahoo/pure/issues/41/
|
||||
|
||||
The following font stack makes Pure Grids work on all known environments.
|
||||
|
||||
@@ -43,6 +43,11 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
||||
/* IE10 uses display: flexbox */
|
||||
display: -ms-flexbox;
|
||||
-ms-flex-flow: row wrap;
|
||||
|
||||
/* Prevents distributing space between rows */
|
||||
-ms-align-content: flex-start;
|
||||
-webkit-align-content: flex-start;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
/* Opera as of 12 on Windows needs word-spacing.
|
||||
|
||||
Reference in New Issue
Block a user