More table formatting.

This commit is contained in:
Raymond Hettinger 2009-04-09 23:25:30 +00:00
parent c473c5aa9b
commit 390fa983d7
1 changed files with 6 additions and 1 deletions

View File

@ -262,10 +262,11 @@ table.docutils {
table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px;
border-top: 0;
border-top: 1px solid #b9b;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #aaa;
background-color: #eef;
}
table.field-list td, table.field-list th {
@ -276,6 +277,10 @@ table.footnote td, table.footnote th {
border: 0 !important;
}
table.docutils th {
background-color: #ede;
}
th {
text-align: left;
padding-right: 5px;