summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-09 23:25:30 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-09 23:25:30 (GMT)
commit390fa983d782efd8530da301724fc222508bda39 (patch)
tree49acadfb494ac94c5ec2c83b92e1d5791da7af9f /Doc
parentc473c5aa9b18651b81f50ca2db95b0f890dad1d8 (diff)
downloadcpython-390fa983d782efd8530da301724fc222508bda39.zip
cpython-390fa983d782efd8530da301724fc222508bda39.tar.gz
cpython-390fa983d782efd8530da301724fc222508bda39.tar.bz2
More table formatting.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sphinxext/static/basic.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css
index 3253faa..1f0af4c 100644
--- a/Doc/tools/sphinxext/static/basic.css
+++ b/Doc/tools/sphinxext/static/basic.css
@@ -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;