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
@@ -1,14 +1,20 @@
body {
font-family: arial;
font-size: 11pt;
background: white;
+}
+
+body, table {
padding: 0em;
margin: 0em;
}
+table {
+ border-collapse: collapse;
+}
h2 {
font-size: 120%;
font-weight: bold;
margin-top: 0em;
margin-bottom: 0.25em;
@@ -61,14 +67,13 @@ table.list td {
img {
border: none;
}
table#layout {
width: 100%;
- border-collapse: separate;
- border-spacing: 0px;
+ border-collapse: collapse;
margin: 0px;
}
td#header, td#logo {
color: #666;
background-color: #ddd;