vendor/assets/stylesheets/purecss/menus-paginator.css in purecss-0.0.10 vs vendor/assets/stylesheets/purecss/menus-paginator.css in purecss-0.0.11
- old
+ new
@@ -2,20 +2,22 @@
Pure v0.1.1-pre
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
+/*csslint box-model:false*/
+/*TODO: Remove this lint rule override after a refactor of this code.*/
+
.pure-paginator {
list-style: none;
margin: 0;
padding: 0;
}
.pure-paginator li {
display: inline-block;
*display: inline;
- /* IE 7 inline-block hack */
- *zoom: 1;
+ zoom: 1;
margin: 0 -0.35em 0 0;
}
.pure-paginator .pure-button {
border-radius: 0;
padding: 0.8em 1.4em;
@@ -25,10 +27,10 @@
.pure-paginator .pure-button:focus {
outline-style: none;
}
.pure-paginator .prev, .pure-paginator .next {
color: #C0C1C3;
- text-shadow: 0px -1px 0px rgba(0,0,0, 0.45);
+ text-shadow: 0 -1px 0 rgba(0,0,0, 0.45);
}
.pure-paginator .prev {
border-radius: 2px 0 0 2px;
}
.pure-paginator .next {