summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-22 14:50:27 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-22 14:50:27 -0400
commit1ecc203f918043137e99d231d196156c15e85ba0 (patch)
tree932cf89005600fdbfba97c1396c3c3aaca85dd65
parent14d448f3e1f3ca3ce989ca92cd29aee445dbb9ca (diff)
downloadcgit-skin-1ecc203f918043137e99d231d196156c15e85ba0.tar.gz
Repo sections
-rw-r--r--cgit.css17
1 files changed, 17 insertions, 0 deletions
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;
}