You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/02/20 22:41:55 UTC

svn commit: r785799 - /websites/staging/chemistry/trunk/content/resources/site.css

Author: buildbot
Date: Sun Feb 20 21:41:55 2011
New Revision: 785799

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/resources/site.css

Modified: websites/staging/chemistry/trunk/content/resources/site.css
==============================================================================
--- websites/staging/chemistry/trunk/content/resources/site.css (original)
+++ websites/staging/chemistry/trunk/content/resources/site.css Sun Feb 20 21:41:55 2011
@@ -1580,11 +1580,16 @@ div.auto_complete ul strong.highlight {
    padding: 3px;
 }
 
- 
+table {
+    margin: 5px;
+    border-collapse: collapse;
+}
+
 table th {
     border-width: 1px;
     border-style: solid;
     border-color: #ccc;
+    padding: 3px 4px 3px 4px;
     background-color: #F0F0F0;
     text-align: center;
 }
@@ -1593,4 +1598,5 @@ table td {
     border-width: 1px;
     border-style: solid;
     border-color: #ccc;
-}
+    padding: 3px 4px 3px 4px;
+ }