[OpenLayers-Commits] r11596 - trunk/doc/_static

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 1 08:31:06 EST 2011


Author: crschmidt
Date: 2011-03-01 05:31:06 -0800 (Tue, 01 Mar 2011)
New Revision: 11596

Modified:
   trunk/doc/_static/default.css
Log:
Add better CSS for tables.


Modified: trunk/doc/_static/default.css
===================================================================
--- trunk/doc/_static/default.css	2011-03-01 13:29:08 UTC (rev 11595)
+++ trunk/doc/_static/default.css	2011-03-01 13:31:06 UTC (rev 11596)
@@ -855,3 +855,10 @@
 .topic-title a {
   color: #000000;
 }  
+
+table.docutils {
+    width: 100%;
+}
+table.docutils td {
+    padding: 5px;
+}    



More information about the Commits mailing list