diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 14:50:27 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-03-22 14:50:27 -0400 |
| commit | 1ecc203f918043137e99d231d196156c15e85ba0 (patch) | |
| tree | 932cf89005600fdbfba97c1396c3c3aaca85dd65 | |
| parent | 14d448f3e1f3ca3ce989ca92cd29aee445dbb9ca (diff) | |
| download | cgit-skin-1ecc203f918043137e99d231d196156c15e85ba0.tar.gz | |
Repo sections
| -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; } |
