mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
Omit branches and tags if they have over 5 elements.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user