Author: thorsten
Date: Wed Feb 7 06:13:05 2007
New Revision: 504555
URL: http://svn.apache.org/viewvc?view=rev&rev=504555
Log:
fixing image linking in css regarding the lex transformer trigger
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/default.scale-dev.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/default.scale-dev.css
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/default.scale-dev.css?view=diff&rev=504555&r1=504554&r2=504555
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/default.scale-dev.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/default.scale-dev.css
Wed Feb 7 06:13:05 2007
@@ -88,7 +88,7 @@
}
#branding li {
float: right;
- background: transparent url("themes/images/tr-on.gif") 100% 0%
no-repeat;
+ background: transparent url(themes/images/tr-on.gif) 100% 0% no-repeat;
padding: 0 6px 0 0;
margin: 0 1px 0 0;
border-bottom: 1px solid #515358;
@@ -97,16 +97,16 @@
float: left;
display: block;
padding: 4px 4px 4px 10px;
- background: transparent url("themes/images/tl-on.gif") no-repeat;
+ background: transparent url(themes/images/tl-on.gif) no-repeat;
font-weight: bold;
color: #fff;
text-decoration: none;
}
-#branding ul li:hover a {background: url("themes/images/tl-off.gif")
no-repeat;}
-#branding ul li:hover {background: url("themes/images/tr-off.gif") 100% 0%
no-repeat;}
+#branding ul li:hover a {background: url(themes/images/tl-off.gif) no-repeat;}
+#branding ul li:hover {background: url(themes/images/tr-off.gif) 100% 0%
no-repeat;}
-#branding ul li.current a {background: url("themes/images/tl-off.gif")
no-repeat;}
-#branding ul li.current {background: url("themes/images/tr-off.gif") 100% 0%
no-repeat;}
+#branding ul li.current a {background: url(themes/images/tl-off.gif)
no-repeat;}
+#branding ul li.current {background: url(themes/images/tr-off.gif) 100% 0%
no-repeat;}
#nav {
width: 23%;