Improved pagination spacing.
This commit is contained in:
parent
fae9b57df3
commit
e74d7541c4
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ body {
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
/* improved spacing */
|
||||||
|
.pagination {
|
||||||
|
margin: 0px 0px;
|
||||||
|
}
|
||||||
|
.pagination a {
|
||||||
|
padding: 0px 10px;
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
/* replace music icon with attachment */
|
/* replace music icon with attachment */
|
||||||
.icon-attachment {
|
.icon-attachment {
|
||||||
background-position: -24px 0;
|
background-position: -24px 0;
|
||||||
|
|
Loading…
Reference in a new issue