Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 55544 invoked from network); 2 Mar 2006 22:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 22:06:45 -0000 Received: (qmail 1849 invoked by uid 500); 2 Mar 2006 22:07:31 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 1782 invoked by uid 500); 2 Mar 2006 22:07:31 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 1718 invoked by uid 99); 2 Mar 2006 22:07:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 14:07:30 -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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Mar 2006 14:07:30 -0800 Received: (qmail 55240 invoked by uid 65534); 2 Mar 2006 22:06:23 -0000 Message-ID: <20060302220623.55239.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r382529 - in /db/derby/site/trunk: build/site/skin/profile.css src/documentation/skinconf.xml Date: Thu, 02 Mar 2006 22:06:22 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jta Date: Thu Mar 2 14:06:21 2006 New Revision: 382529 URL: http://svn.apache.org/viewcvs?rev=382529&view=rev Log: Modified the code-block style so the font isn't smaller. Modified: db/derby/site/trunk/build/site/skin/profile.css db/derby/site/trunk/src/documentation/skinconf.xml Modified: db/derby/site/trunk/build/site/skin/profile.css URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/skin/profile.css?rev=382529&r1=382528&r2=382529&view=diff ============================================================================== --- db/derby/site/trunk/build/site/skin/profile.css (original) +++ db/derby/site/trunk/build/site/skin/profile.css Thu Mar 2 14:06:21 2006 @@ -155,7 +155,6 @@ padding: .5em; background-color: #f0f0f0; font-family: Monospace, Courier; - font-size: smaller; white-space:pre; } Modified: db/derby/site/trunk/src/documentation/skinconf.xml URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/skinconf.xml?rev=382529&r1=382528&r2=382529&view=diff ============================================================================== --- db/derby/site/trunk/src/documentation/skinconf.xml (original) +++ db/derby/site/trunk/src/documentation/skinconf.xml Thu Mar 2 14:06:21 2006 @@ -191,7 +191,6 @@ padding: .5em; background-color: #f0f0f0; font-family: Monospace, Courier; - font-size: smaller; white-space:pre; }