Skip to content

Commit f8e27f1

Browse files
authored
Merge pull request #60 from Kyoshiro-san/patch-2
Fix pagination (current page after next page link)
2 parents df499ec + ca391e9 commit f8e27f1

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)