Skip to content

Commit 2c1f180

Browse files
committed
Merge pull request #138 from khinds/master
fixed #136, pagination controls are now properly formatted
2 parents 16ed3cc + 1172775 commit 2c1f180

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/assets/stylesheets/lib/bootstrap/patterns.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,10 @@ input[type=submit].btn {
603603
li {
604604
display: inline;
605605
}
606-
a {
606+
a, em, .disabled {
607607
float: left;
608608
padding: 0 14px;
609+
font-style: normal;
609610
line-height: ($baseline * 2) - 2;
610611
border-right: 1px solid;
611612
border-right-color: #ddd;

0 commit comments

Comments
 (0)