Author: rjollos
Date: Mon Nov 25 10:51:11 2013
New Revision: 1545216

URL: http://svn.apache.org/r1545216
Log:
0.8dev: Added zebra striping to repository browser table.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html?rev=1545216&r1=1545215&r2=1545216&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_browser.html Mon Nov 
25 10:51:11 2013
@@ -139,7 +139,7 @@
       </py:if>
 
       <div py:if="dir" class="span12">
-        <table class="listing dirlist" id="dirlist">
+        <table class="listing dirlist table table-striped table-condensed" 
id="dirlist">
           <xi:include href="bh_dirlist_thead.html" />
           <tbody>
             <py:if test="'up' in chrome.links">


Reply via email to