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

index 1f0af4cf99eed27bd7e986d1f22e3f6924d767e5..feba39345a4faf3e8c9a01e612a93945a0d2bb42 100644 (file)
@@ -287,6 +287,10 @@ th {
     background-color: #ede;
 }
 
+th.head {
+    text-align: center;    
+}
+
 /* -- other body styles ----------------------------------------------------- */
 
 dl {