From zeta-commits-return-235-apmail-incubator-zeta-commits-archive=incubator.apache.org@incubator.apache.org Tue Nov 16 18:41:35 2010 Return-Path: Delivered-To: apmail-incubator-zeta-commits-archive@minotaur.apache.org Received: (qmail 52815 invoked from network); 16 Nov 2010 18:41:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 18:41:34 -0000 Received: (qmail 65941 invoked by uid 500); 16 Nov 2010 18:42:06 -0000 Delivered-To: apmail-incubator-zeta-commits-archive@incubator.apache.org Received: (qmail 65923 invoked by uid 500); 16 Nov 2010 18:42:06 -0000 Mailing-List: contact zeta-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zeta-dev@incubator.apache.org Delivered-To: mailing list zeta-commits@incubator.apache.org Received: (qmail 65916 invoked by uid 99); 16 Nov 2010 18:42:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 18:42:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 18:42:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 89532238899C; Tue, 16 Nov 2010 18:40:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Tue, 16 Nov 2010 18:40:52 -0000 To: zeta-commits@incubator.apache.org From: toby@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101116184052.89532238899C@eris.apache.org> Subject: [zeta-commits] svn commit: r1035737 - /incubator/zetacomponents/website/htdocs/styles/screen.css Author: toby Date: Tue Nov 16 18:40:52 2010 New Revision: 1035737 URL: http://svn.apache.org/viewvc?rev=1035737&view=rev Log: - Implemented: CSS rule for source lists. Modified: incubator/zetacomponents/website/htdocs/styles/screen.css Modified: incubator/zetacomponents/website/htdocs/styles/screen.css URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/styles/screen.css?rev=1035737&r1=1035736&r2=1035737&view=diff ============================================================================== --- incubator/zetacomponents/website/htdocs/styles/screen.css (original) +++ incubator/zetacomponents/website/htdocs/styles/screen.css Tue Nov 16 18:40:52 2010 @@ -728,6 +728,10 @@ div.content dl { margin: 0 0 1.5em 0; } +div.content ol.code { + font: 1em monospace; +} + div.content dl dt { font-weight: bold; }