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:39:19 UTC

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

Author: buildbot
Date: Sun Feb 20 21:39:19 2011
New Revision: 785797

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:39:19 2011
@@ -1579,4 +1579,20 @@ div.auto_complete ul strong.highlight {
    background-color: #f0f0f0;
    padding: 3px;
 }
+
  
+table th {
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+    background-color: #F0F0F0;
+    text-align: center;
+}
+
+table td {
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+}