Fix CSS around display of page controls in repo view

This commit is contained in:
Joseph Schorr 2017-03-10 14:33:44 -05:00
parent c724af12cd
commit 8737ac09a8
3 changed files with 4 additions and 3 deletions

View file

@ -7,11 +7,13 @@
}
.page-controls-element .current-items {
display: inline-block;
font-weight: bold;
margin-right: 10px;
padding: 4px;
border: 1px solid transparent;
vertical-align: middle;
margin-top: 2px;
}
.page-controls-element .current-items:hover {