[Python-checkins] r64198 - doctools/trunk/sphinx/static/default.css

georg.brandl python-checkins at python.org
Thu Jun 12 23:08:33 CEST 2008


Author: georg.brandl
Date: Thu Jun 12 23:08:33 2008
New Revision: 64198

Log:
Fix style nit.


Modified:
   doctools/trunk/sphinx/static/default.css

Modified: doctools/trunk/sphinx/static/default.css
==============================================================================
--- doctools/trunk/sphinx/static/default.css	(original)
+++ doctools/trunk/sphinx/static/default.css	Thu Jun 12 23:08:33 2008
@@ -556,6 +556,10 @@
     line-height: 130%;
 }
 
+div.body p.caption {
+    text-align: inherit;
+}
+
 div.body td {
     text-align: left;
 }


More information about the Python-checkins mailing list