diff options
| -rw-r--r-- | cgit.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -50,27 +50,33 @@ body { #cgit .age-years { color: #bbb; + white-space: nowrap; } #cgit .age-months { color: #888; + white-space: nowrap; } #cgit .age-weeks { color: #444; + white-space: nowrap; } #cgit .age-hours { color: #00ae00; + white-space: nowrap; } #cgit .age-mins { color: #00ae00; font-weight: bold; + white-space: nowrap; } #cgit .age-days { color: #040; + white-space: nowrap; } #cgit #header { @@ -177,6 +183,17 @@ body { background-color: transparent !important; } +#cgit .list[summary="repository list"] tr:nth-child(2n+1) > td { + background-color: #F7FBFC; +} + +#cgit .list[summary="repository list"] .reposection { + font-weight: bold; + border-bottom: 1px solid #C5D5DD; + padding: 0.2em 3em; + border-top: 1px solid #C5D5DD; +} + #cgit .list[summary="repository info"] tr:nth-child(2n+1) > td { background-color: #F7FBFC; } |
