You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/09 16:37:01 UTC

svn commit: r1033027 - /incubator/river/site/trunk/content/css/site.css

Author: sijskes
Date: Tue Nov  9 15:37:00 2010
New Revision: 1033027

URL: http://svn.apache.org/viewvc?rev=1033027&view=rev
Log:
fix table

Modified:
    incubator/river/site/trunk/content/css/site.css

Modified: incubator/river/site/trunk/content/css/site.css
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/css/site.css?rev=1033027&r1=1033026&r2=1033027&view=diff
==============================================================================
--- incubator/river/site/trunk/content/css/site.css (original)
+++ incubator/river/site/trunk/content/css/site.css Tue Nov  9 15:37:00 2010
@@ -2,9 +2,24 @@ body {
     padding: 20px;
 }
 
-div.wiki-content thead { background-color: #CCCCFF  ; }
+div.wiki-content thead
+{
+    background-color:#F0F0F0;
+}
+
 #div.wiki-content p { margin: inherit  ; }
 
+div.wiki-content table {
+    margin: 5px;
+    border-collapse: collapse;
+}
+
+table.confluenceTable th.confluenceTh {
+border:1px solid #CCCCCC;
+padding:3px 4px;
+text-align:center;
+}
+
 /* ====================================================== */
 /*  Rounded Box Styles */
 /* ====================================================== */
@@ -209,8 +224,3 @@ div.warning {
 
 
 
-div.wiki-content table {
-    margin: 5px;
-    border-collapse: collapse;
-}
-