You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/07/09 09:05:38 UTC

svn commit: rev 22750 - in forrest/trunk/src/core/context/skins/css-style-dev: css xslt/html

Author: thorsten
Date: Fri Jul  9 00:05:37 2004
New Revision: 22750

Modified:
   forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css
   forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl
Log:
Just saw that I was using the wrong color scheme for the bottom corner of
the menu! It is fixed now!


Modified: forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/css/screen.css	Fri Jul  9 00:05:37 2004
@@ -163,13 +163,13 @@
 * Round corner
 */
 #roundtop { 
-	background-image: url(images/rc-t-r-15-1header-2tab-selected-3tab-selected.png);
+	background-image: url(images/rc-t-r-15-1body-2menu-3menu.png);
 	background-repeat: no-repeat;
 	background-position: top right;
 }
 
 #roundbottom {
-	background-image: url(images/rc-b-r-15-1header-2tab-selected-3tab-selected.png);
+	background-image: url(images/rc-b-r-15-1body-2menu-3menu.png);
 	background-repeat: no-repeat;
 	background-position: top right;
 }

Modified: forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/css-style-dev/xslt/html/site2xhtml.xsl	Fri Jul  9 00:05:37 2004
@@ -314,7 +314,7 @@
         <xsl:apply-templates select="div[@id='menu']/*"/>
         <div id="roundbottom">
             <img 
-                src="{$skin-img-dir}/rc-b-l-15-1header-2tab-selected-3tab-selected.png" 
+                src="{$skin-img-dir}/rc-b-l-15-1body-2menu-3menu.png" 
                 alt="" width="15" height="15" class="corner" 
                 style="display: none" />
         </div>