X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9f48df63f6d8d9a8abcc02cd2f08293da7081520..1b49de3c2c52e29c78f870826b6334abdadc0295:/cgit.css diff --git a/cgit.css b/cgit.css index 49cf2d1..cded981 100644 --- a/cgit.css +++ b/cgit.css @@ -2,10 +2,16 @@ body { font-family: arial; font-size: 11pt; background: white; +} + +body, table { padding: 0em; margin: 0em; } +table { + border-collapse: collapse; +} h2 { font-size: 120%; @@ -64,8 +70,7 @@ img { table#layout { width: 100%; - border-collapse: separate; - border-spacing: 0px; + border-collapse: collapse; margin: 0px; }