Author: rjollos
Date: Wed Nov 13 08:13:30 2013
New Revision: 1541418
URL: http://svn.apache.org/r1541418
Log:
0.8dev: Removed borders from fieldset-enclosed tables on Query page.
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1541418&r1=1541417&r2=1541418&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Wed Nov 13
08:13:30 2013
@@ -539,6 +539,12 @@ table.listing th.sel, table.listing td.s
width: 1%
}
+.query fieldset .table th,
+.query fieldset .table td,
+.query fieldset .table tbody {
+ border: none;
+}
+
/* @end */
#filters td .trac-clause-lsep {