Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv6331

Modified Files:
        page.css.jsp 
Log Message:
IE6 compatibility, other rows still do not work well though




See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates


Index: page.css.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/page.css.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- page.css.jsp        19 Oct 2008 18:28:23 -0000      1.7
+++ page.css.jsp        20 Oct 2008 08:26:29 -0000      1.8
@@ -48,11 +48,11 @@
   background-color: #ffb;
 }
 
-.searchresult tbody tr.even {
+.searchresult table tbody tr.even {
   color: #000;
   background-color: #ddd;
 }
-.searchresult tbody tr.odd {
+.searchresult table tbody tr.odd {
   color: #000;
   background-color: #fff;
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to