Skip to content

Commit

Permalink
Add _all_ Pure Grids styles to Paginator
Browse files Browse the repository at this point in the history
Fixes #127
Closes #131
  • Loading branch information
ericf committed Jul 17, 2013
1 parent 22ccfc8 commit d0fefa1
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/menus/css/menus-paginator.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
/*csslint box-model:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/

/* `pure-g` Grid styles */
.pure-paginator {
list-style: none;
margin: 0;
padding: 0;
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 */
}
.opera-only :-o-prefocus,
.pure-paginator {
word-spacing: -0.43em;
}

/* `pure-u` Grid styles */
.pure-paginator li {
display: inline-block;
*display: inline;
*display: inline; /* IE < 8: fake inline-block */
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}

.pure-paginator {
list-style: none;
margin: 0;
padding: 0;
}
.pure-paginator .pure-button {
border-radius: 0;
Expand Down

0 comments on commit d0fefa1

Please sign in to comment.