Add show more link for repositories and wiki pages

This commit is contained in:
Naoki Takezoe
2015-08-23 03:19:52 +09:00
parent 2222299793
commit d6b6781861
5 changed files with 67 additions and 35 deletions

View File

@@ -200,6 +200,15 @@ a.omit:hover {
background-color: #aaa;
}
div.show-more {
text-align: center;
border-top: 1px solid silver;
}
div.show-more a {
color: #7aa1d3;
}
span.count-right {
float: right;
font-weight: bold;