Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 8884 invoked from network); 8 Aug 2005 12:30:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2005 12:30:15 -0000 Received: (qmail 32262 invoked by uid 500); 8 Aug 2005 12:30:15 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 32181 invoked by uid 500); 8 Aug 2005 12:30:14 -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 32166 invoked by uid 99); 8 Aug 2005 12:30:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 05:30:14 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 Aug 2005 05:30:37 -0700 Received: (qmail 8821 invoked by uid 65534); 8 Aug 2005 12:30:13 -0000 Message-ID: <20050808123013.8820.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r230791 - /forrest/trunk/main/webapp/skins/leather-dev/css/basic.css Date: Mon, 08 Aug 2005 12:30:13 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Aug 8 05:30:10 2005 New Revision: 230791 URL: http://svn.apache.org/viewcvs?rev=230791&view=rev Log: Synchronise the appearance of the Warning and Fixme elements with that of Note elements. Match recent changes to pelt. Submitted by: Gavin Issue: FOR-604 Modified: forrest/trunk/main/webapp/skins/leather-dev/css/basic.css Modified: forrest/trunk/main/webapp/skins/leather-dev/css/basic.css URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/leather-dev/css/basic.css?rev=230791&r1=230790&r2=230791&view=diff ============================================================================== --- forrest/trunk/main/webapp/skins/leather-dev/css/basic.css (original) +++ forrest/trunk/main/webapp/skins/leather-dev/css/basic.css Mon Aug 8 05:30:10 2005 @@ -139,19 +139,29 @@ padding: 5px 10px; background: #F0F0FF; color: black; - line-height: 170%; + line-height: 120%; font-size: 90%; } .warning .label { background: #C00; color: white; + font-weight: bold; + padding: 5px 10px; } .warning .content { background: #FFF0F0; color: black; + line-height: 120%; + font-size: 90%; + padding: 5px 10px; } .fixme .label { background: #C6C600; + font-weight: bold; + padding: 5px 10px; +} +.fixme .content { + padding: 5px 10px; } /*============Footer=============================*/