More table clean-up

This commit is contained in:
Raymond Hettinger 2009-04-10 00:49:41 +00:00
parent 80a71a0171
commit 8dbae0ff15
1 changed files with 2 additions and 6 deletions

View File

@ -256,16 +256,12 @@ div.body p.centered {
/* -- tables ---------------------------------------------------------------- */ /* -- tables ---------------------------------------------------------------- */
table.docutils { table.docutils {
border: 0; border: 0 solid #dce;
border-collapse: collapse; border-collapse: collapse;
} }
table.docutils td, table.docutils th { table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px; padding: 1px 8px 1px 5px;
border-top: 1px solid #b9b;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #aaa;
background-color: #eef; background-color: #eef;
} }
@ -278,13 +274,13 @@ table.footnote td, table.footnote th {
} }
table.docutils th { table.docutils th {
border-top: 1px solid #cac;
background-color: #ede; background-color: #ede;
} }
th { th {
text-align: left; text-align: left;
padding-right: 5px; padding-right: 5px;
background-color: #ede;
} }
th.head { th.head {