From cb6c45769e76f5dd69b699ce021d67133f9efb99 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 13 Jul 2014 22:24:11 -0400 Subject: Table style in about page --- cgit.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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; +} -- cgit v1.2.3-70-g09d2