You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/26 14:02:41 UTC

svn commit: r532718 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css

Author: andreas
Date: Thu Apr 26 05:02:40 2007
New Revision: 532718

URL: http://svn.apache.org/viewvc?view=rev&rev=532718
Log:
Removed IE-specific filter setting for opacity.

Modified:
    lenya/trunk/src/webapp/lenya/resources/css/tabs.css

Modified: lenya/trunk/src/webapp/lenya/resources/css/tabs.css
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/tabs.css?view=diff&rev=532718&r1=532717&r2=532718
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/css/tabs.css (original)
+++ lenya/trunk/src/webapp/lenya/resources/css/tabs.css Thu Apr 26 05:02:40 2007
@@ -129,7 +129,7 @@
 #lenya-info-treecanvas .lenya-info-root { font-weight: bold; cursor: default; }
 #lenya-info-treecanvas .lenya-info-nolanguage { color: #AAAAAA; }
 #lenya-info-treecanvas .lenya-info-cut { color: #FFAAAA; font-style: italic; }
-#lenya-info-treecanvas .lenya-info-cut img { opacity: .2; filter: alpha(opacity=20); }
+#lenya-info-treecanvas .lenya-info-cut img { opacity: .2; }
 #lenya-info-treecanvas .lenya-info-protected { color: #CC3333; }
 #lenya-info-treecanvas span:hover { text-decoration: underline; }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org