pagination.sass revision 92c27d6011238848ffee74bb2ea7b7f83cc4facd
.pagination
//background: #f1f1f1
//border: 1px solid #e5e5e5
//text-align: center
padding: .5em 0em
cursor: default
a, span
padding: 0.2em 0.3em
text-align: center
.disabled
color: #aaaaaa
.current
font-style: normal
font-weight: bold
background-color: darken(#f1f1f1, 20)
display: inline-block
width: 1.4em
height: 1.4em
line-height: 1.5
-moz-border-radius: 1em
-webkit-border-radius: 1em
border-radius: 1em
text-shadow: rgba(white, .8) 1px 1px 1px
a
text-decoration: none
color: black
&:hover, &:focus
text-decoration: underline