You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/04/11 15:21:30 UTC

svn commit: r1466879 - /accumulo/site/trunk/content/people.mdtext

Author: kturner
Date: Thu Apr 11 13:21:30 2013
New Revision: 1466879

URL: http://svn.apache.org/r1466879
Log:
CMS commit to accumulo by kturner

Modified:
    accumulo/site/trunk/content/people.mdtext

Modified: accumulo/site/trunk/content/people.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/people.mdtext?rev=1466879&r1=1466878&r2=1466879&view=diff
==============================================================================
--- accumulo/site/trunk/content/people.mdtext (original)
+++ accumulo/site/trunk/content/people.mdtext Thu Apr 11 13:21:30 2013
@@ -31,12 +31,14 @@ th {
   text-align: left;
   background: #FFFFFF;
 }
-tr.odd {
-  background: #FFFFFF;
-}
-tr.even {
+tr:nth-child(2n){
   background: #F0FFF0;
 }
+
+tr:nth-child(2n+1) {
+  background: #FFFFFF;
+}
+
 </style>
 
 PMC and Committers
@@ -44,8 +46,8 @@ PMC and Committers
 
 <table>
   <tr><th>username</th><th>name</th><th>organization</th><th>timezone</th></tr>
-  <tr class="even"><td>acordova</td><td>Aaron Cordova</td><td></td><td></td></tr>
-  <tr class="odd"><td>afuchs</td><td>Adam Fuchs</td><td><a href=http://sqrrl.com/>sqrrl</a></td><td>ET (<a href=http://www.timeanddate.com/library/abbreviations/timezones/na/est.html>-5</a> / <a href=http://www.timeanddate.com/library/abbreviations/timezones/na/edt.html>-4</a>)</td></tr>
+  <tr><td>acordova</td><td>Aaron Cordova</td><td></td><td></td></tr>
+  <tr><td>afuchs</td><td>Adam Fuchs</td><td><a href=http://sqrrl.com/>sqrrl</a></td><td>ET (<a href=http://www.timeanddate.com/library/abbreviations/timezones/na/est.html>-5</a> / <a href=http://www.timeanddate.com/library/abbreviations/timezones/na/edt.html>-4</a>)</td></tr>
   <tr class="even"><td>bimargulies</td><td>Benson Margulies</td><td></td><td></td></tr>
   <tr class="odd"><td>billie</td><td>Billie Rinaldi</td><td><a href=http://hortonworks.com/>Hortonworks</a></td><td>ET (<a href=http://www.timeanddate.com/library/abbreviations/timezones/na/est.html>-5</a> / <a href=http://www.timeanddate.com/library/abbreviations/timezones/na/edt.html>-4</a>)</td></tr>
   <tr class="even"><td>brianloss</td><td>Brian Loss</td><td><a href=http://www.praxiseng.com/>Praxis Engineering</a></td><td>ET (<a href=http://www.timeanddate.com/library/abbreviations/timezones/na/est.html>-5</a> / <a href=http://www.timeanddate.com/library/abbreviations/timezones/na/edt.html>-4</a>)</td></tr>