Merge branch 'paginator-bug' of github.com:tilomitra/pure

This commit is contained in:
Eric Ferraiuolo 2013-07-17 12:31:14 -07:00
commit 5dcd8520d2

View File

@ -1,12 +1,19 @@
/*csslint box-model:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
/* `pure-g` Grid styles */
.pure-paginator {
/* `pure-g` Grid styles */
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
*letter-spacing: normal; /* reset IE < 8 */
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
/* `pure-paginator` Specific styles */
list-style: none;
margin: 0;
padding: 0;
}
.opera-only :-o-prefocus,
.pure-paginator {
@ -24,11 +31,7 @@
text-rendering: auto;
}
.pure-paginator {
list-style: none;
margin: 0;
padding: 0;
}
.pure-paginator .pure-button {
border-radius: 0;
padding: 0.8em 1.4em;