Skip to content

Commit

Permalink
fix(theme): Revert default spacing into pagination
Browse files Browse the repository at this point in the history
This have been reverted in a bad merge, I'm re-adding it.
  • Loading branch information
pixelastic committed Nov 10, 2015
1 parent 52bfce6 commit d755fd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/default/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
@include block(pagination) {
@include element(item) {
/* pagination item */
display: inline-block;
padding: 3px;
@include modifier(disabled) {
/* disabled pagination item */
visibility: hidden;
Expand Down

0 comments on commit d755fd5

Please sign in to comment.