[open-ils-commits] r497 - conifer/trunk/web/opac/skin/uwin/css (artunit)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 28 20:50:06 EDT 2009
Author: artunit
Date: 2009-05-28 20:50:05 -0400 (Thu, 28 May 2009)
New Revision: 497
Modified:
conifer/trunk/web/opac/skin/uwin/css/colors.css
Log:
trying to style out place holds
Modified: conifer/trunk/web/opac/skin/uwin/css/colors.css
===================================================================
--- conifer/trunk/web/opac/skin/uwin/css/colors.css 2009-05-26 02:13:15 UTC (rev 496)
+++ conifer/trunk/web/opac/skin/uwin/css/colors.css 2009-05-29 00:50:05 UTC (rev 497)
@@ -1,3 +1,10 @@
+/*
+not sure this will work, there is no id in the result
+but could be strange javascript combo weirdness
+- art, May 28, 2009
+*/
+.place_hold_span {hidden:true; display:none;}
+
body a { color: black; text-decoration: none;}
body a:visited { color: black; text-decoration: none;}
body a:hover { color: red; text-decoration: underline;}
More information about the open-ils-commits
mailing list