From 1ecc203f918043137e99d231d196156c15e85ba0 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 22 Mar 2014 14:50:27 -0400 Subject: Repo sections --- cgit.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cgit.css b/cgit.css index fc11871..8a3b51e 100644 --- a/cgit.css +++ b/cgit.css @@ -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; } -- cgit v1.2.3-70-g09d2