]> granicus.if.org Git - python/commitdiff
More table formatting.
authorRaymond Hettinger <python@rcn.com>
Thu, 9 Apr 2009 23:25:30 +0000 (23:25 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 9 Apr 2009 23:25:30 +0000 (23:25 +0000)
Doc/tools/sphinxext/static/basic.css

index 3253faaf5b639524cdee91a8e95b1ce9fa729014..1f0af4cf99eed27bd7e986d1f22e3f6924d767e5 100644 (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;