summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
+}