summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-13 22:24:11 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-13 22:26:32 -0400
commitcb6c45769e76f5dd69b699ce021d67133f9efb99 (patch)
treefd4643fad6378083c8a430159f51a9807a10a6ce
parentc468583648b2ebf2358acdba5e182d44a1ad743d (diff)
downloadcgit-skin-master.tar.gz
Table style in about pageHEADmaster
-rw-r--r--cgit.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 183343f..ae5f325 100644
--- a/cgit.css
+++ b/cgit.css
@@ -784,3 +784,24 @@ body {
margin: 0 auto;
text-align: justify;
}
+
+#cgit #summary table {
+ border-collapse: collapse;
+ border: none;
+ margin: auto;
+}
+
+#cgit #summary th,#cgit #summary td {
+ padding: 0.5em;
+}
+
+#cgit #summary th {
+ border: none;
+ border-bottom: 2px solid #ccc;
+ text-align: left;
+}
+
+#cgit #summary td {
+ border: none;
+ border-bottom: 1px solid #ccc;
+}