Improve table formatting.

This commit is contained in:
Georg Brandl
2009-04-09 19:01:20 +00:00
parent aa3cd6ec0c
commit 332f71c0c3
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ table.docutils {
}
table.docutils td, table.docutils th {
padding: 1px 8px 1px 0;
padding: 1px 8px 1px 5px;
border-top: 0;
border-left: 0;
border-right: 0;
@@ -232,3 +232,7 @@ tt {
padding: 0 1px 0 1px;
font-size: 0.95em;
}
th {
background-color: #ede;
}