mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Merge branch 'paginator-bug' of github.com:tilomitra/pure
This commit is contained in:
commit
5dcd8520d2
@ -1,12 +1,19 @@
|
|||||||
/*csslint box-model:false*/
|
/*csslint box-model:false*/
|
||||||
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
/*TODO: Remove this lint rule override after a refactor of this code.*/
|
||||||
|
|
||||||
/* `pure-g` Grid styles */
|
|
||||||
.pure-paginator {
|
.pure-paginator {
|
||||||
|
|
||||||
|
/* `pure-g` Grid styles */
|
||||||
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
|
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
|
||||||
*letter-spacing: normal; /* reset IE < 8 */
|
*letter-spacing: normal; /* reset IE < 8 */
|
||||||
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
|
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
|
||||||
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
|
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
|
||||||
|
|
||||||
|
/* `pure-paginator` Specific styles */
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.opera-only :-o-prefocus,
|
.opera-only :-o-prefocus,
|
||||||
.pure-paginator {
|
.pure-paginator {
|
||||||
@ -24,11 +31,7 @@
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-paginator {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.pure-paginator .pure-button {
|
.pure-paginator .pure-button {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0.8em 1.4em;
|
padding: 0.8em 1.4em;
|
||||||
|
Loading…
Reference in New Issue
Block a user