From svn-return-6527-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Wed Feb 07 14:13:29 2007 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 60975 invoked from network); 7 Feb 2007 14:13:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 14:13:27 -0000 Received: (qmail 35351 invoked by uid 500); 7 Feb 2007 14:13:34 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 35317 invoked by uid 500); 7 Feb 2007 14:13:34 -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" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 35306 invoked by uid 99); 7 Feb 2007 14:13:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 06:13:33 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 06:13:26 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 266711A981A; Wed, 7 Feb 2007 06:13:06 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r504555 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/css/default.scale-dev.css Date: Wed, 07 Feb 2007 14:13:06 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070207141306.266711A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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%;