Fix the page numbers at the bottom of the pages

This commit is contained in:
Pierre-Yves Chibon 2014-12-17 10:28:31 +01:00
parent edf02f3d89
commit 8bbea259ef

View file

@ -223,3 +223,8 @@ table.list td a.ls-dir {
color: #0000FF; color: #0000FF;
font-weight: bold; font-weight: bold;
} }
.pager li {
display: inline;
margin-left: 4px;
}