You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by bu...@apache.org on 2012/12/20 00:08:48 UTC

svn commit: r843167 - in /websites/staging/db/trunk/content: ./ css/site.css

Author: buildbot
Date: Wed Dec 19 23:08:48 2012
New Revision: 843167

Log:
Staging update by buildbot for db

Modified:
    websites/staging/db/trunk/content/   (props changed)
    websites/staging/db/trunk/content/css/site.css

Propchange: websites/staging/db/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 19 23:08:48 2012
@@ -1 +1 @@
-1424201
+1424210

Modified: websites/staging/db/trunk/content/css/site.css
==============================================================================
--- websites/staging/db/trunk/content/css/site.css (original)
+++ websites/staging/db/trunk/content/css/site.css Wed Dec 19 23:08:48 2012
@@ -55,6 +55,7 @@ div.navigation li {
     padding: 4px 4px;
 }
 
+/* Manual alternating color for table rows. */
 table.altBgColor tr.b {
     background-color: #EEEEEE;
 }
@@ -63,6 +64,15 @@ table.altBgColor tr.a {
     background-color: #DDDDDD;
 }
 
+/* Automatic alternating color for table rows (set table class to 'alternate'). */
+table.alternate tr:nth-child(odd) {
+    background-color: #EEEEEE;
+}
+ 
+table.alternate tr:nth-child(even) {
+    background-color: #DDDDDD;
+}
+
 a {
   text-decoration: none;
 }