Skip to content

Commit ca391e9

Browse files
author
Kyoshiro
authored
Fix pagination (current page after next page link)
1 parent 5fc5187 commit ca391e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stylesheets/pagination.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.previous, .page, .items, .next{
1+
.previous, .page, .items, .next, .current{
22
position: relative;
33
float: left;
44
padding: 5px 12px;
@@ -12,6 +12,7 @@
1212
-moz-border: 1px solid #ddd;
1313
}
1414
.items{
15+
clear: both;
1516
color: #647082;
1617
}
1718
.previous:hover,

0 commit comments

Comments
 (0)