Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 53447 invoked from network); 21 Jun 2004 07:17:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jun 2004 07:17:47 -0000 Received: (qmail 2612 invoked by uid 500); 21 Jun 2004 07:17:52 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 2525 invoked by uid 500); 21 Jun 2004 07:17:52 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 2505 invoked by uid 99); 21 Jun 2004 07:17:51 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 21 Jun 2004 00:17:51 -0700 Received: (qmail 53422 invoked by uid 65534); 21 Jun 2004 07:17:44 -0000 Date: 21 Jun 2004 07:17:44 -0000 Message-ID: <20040621071744.53418.qmail@minotaur.apache.org> From: nicolaken@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 21529 - in forrest/trunk/src/core/context/skins/krysalis-site: css xslt/html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: nicolaken Date: Mon Jun 21 00:17:44 2004 New Revision: 21529 Modified: forrest/trunk/src/core/context/skins/krysalis-site/css/page.css forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/site2xhtml.xsl forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/tab2menu.xsl Log: HAck to make IE use the right corners, as it does not correctly (IIUC) render multiple valuyes in the same class attribute. Modified: forrest/trunk/src/core/context/skins/krysalis-site/css/page.css ============================================================================== --- forrest/trunk/src/core/context/skins/krysalis-site/css/page.css (original) +++ forrest/trunk/src/core/context/skins/krysalis-site/css/page.css Mon Jun 21 00:17:44 2004 @@ -246,18 +246,19 @@ height : 5px; } -.tab.selected.top-left { +.TSTL { background-image: url(images/rc-t-l-5-1header-2tab-selected-3tab-selected.png); } -.tab.selected.top-right { +.TSTR { background-image: url(images/rc-t-r-5-1header-2tab-selected-3tab-selected.png); } -.tab.unselected.top-left { + +.TUTL { background-image: url(images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png); } -.tab.unselected.top-right { +.TUTR { background-image: url(images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png); } @@ -277,11 +278,11 @@ height : 5px; } -.search.border.bottom-left { +.SBBL{ background-image: url(images/rc-b-l-5-1header-2tab-selected-3tab-selected.png); } -.search.border.bottom-right { +.SBBR { background-image: url(images/rc-b-r-5-1header-2tab-selected-3tab-selected.png); } Modified: forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/site2xhtml.xsl ============================================================================== --- forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/site2xhtml.xsl (original) +++ forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/site2xhtml.xsl Mon Jun 21 00:17:44 2004 @@ -146,9 +146,9 @@ - + - + @@ -185,9 +185,9 @@ - + - + @@ -381,7 +381,7 @@ - + Modified: forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/tab2menu.xsl ============================================================================== --- forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/tab2menu.xsl (original) +++ forrest/trunk/src/core/context/skins/krysalis-site/xslt/html/tab2menu.xsl Mon Jun 21 00:17:44 2004 @@ -85,22 +85,22 @@ - + - + - - + - +
+