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
@@ -3,8 +3,14 @@ body {
font-size: 11pt;
background: white;
+}
+
+body, table {
padding: 0em;
margin: 0em;
}
+table {
+ border-collapse: collapse;
+}
h2 {
@@ -65,6 +71,5 @@ img {
table#layout {
width: 100%;
- border-collapse: separate;
- border-spacing: 0px;
+ border-collapse: collapse;
margin: 0px;
}