(refs #1123)Fix page list style

This commit is contained in:
Naoki Takezoe
2016-02-26 21:48:49 +09:00
parent c18f95edf8
commit 7b5b453e56

View File

@@ -330,6 +330,9 @@ div.box-content {
li.repo-link, li.page-link {
padding-top: 4px;
padding-bottom: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div.box-content-bottom {