summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 49cf2d1..cded981 100644
--- a/cgit.css
+++ b/cgit.css
@@ -4,2 +4,5 @@ body {
background: white;
+}
+
+body, table {
padding: 0em;
@@ -8,2 +11,5 @@ body {
+table {
+ border-collapse: collapse;
+}
@@ -66,4 +72,3 @@ table#layout {
width: 100%;
- border-collapse: separate;
- border-spacing: 0px;
+ border-collapse: collapse;
margin: 0px;