Omit branches and tags if they have over 5 elements.

This commit is contained in:
takezoe
2013-06-21 12:02:54 +09:00
parent 16ee0e0fd6
commit ba9efb8613
2 changed files with 56 additions and 3 deletions

View File

@@ -59,6 +59,17 @@ a.username {
font-weight: bold;
}
a.omit {
background-color: #ddd;
padding-left: 8px;
padding-right: 8px;
font-weight: bold;
}
a.omit:hover {
background-color: #aaa;
}
.monospace {
font-family: monospace;
}