Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 43155 invoked by uid 500); 29 Oct 2002 12:30:12 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 43142 invoked from network); 29 Oct 2002 12:30:11 -0000 Received: from cocoondev.org (209.15.201.32) by daedalus.apache.org with SMTP; 29 Oct 2002 12:30:11 -0000 Received: (qmail 12645 invoked from network); 29 Oct 2002 12:29:56 -0000 Received: from otsrv1.iic.rug.ac.be (HELO ?192.168.123.100?) (157.193.121.51) by cocoondev.org with SMTP; 29 Oct 2002 12:29:56 -0000 Subject: [Patch] page.css error fixed From: Bruno Dumon To: forrest-dev@xml.apache.org Content-Type: multipart/mixed; boundary="=-XsdIbD5c03QS0mM0gi7N" X-Mailer: Ximian Evolution 1.0.8 Date: 29 Oct 2002 13:29:52 +0100 Message-Id: <1035894601.7834.97.camel@yum> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: --=-XsdIbD5c03QS0mM0gi7N Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, Attached you'll find a patch for the page.css file from the forrest-site skin which fixes a little CSS error. This was causing konqueror to pick a wrong (and bad-looking) font. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center bruno@outerthought.org --=-XsdIbD5c03QS0mM0gi7N Content-Disposition: attachment; filename=pagecsspatch Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=pagecsspatch; charset=ISO-8859-1 Index: src/resources/skins/forrest-site/css/page.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/xml-forrest/src/resources/skins/forrest-site/css/= page.css,v retrieving revision 1.7 diff -u -3 -p -u -r1.7 page.css --- src/resources/skins/forrest-site/css/page.css 12 Oct 2002 12:50:25 -000= 0 1.7 +++ src/resources/skins/forrest-site/css/page.css 29 Oct 2002 12:25:05 -000= 0 @@ -20,7 +20,7 @@ table .title { background-color: #FFFFFF =20 .pre { white-space: pre;} =20 -.content { padding: 5px 5px 5px 10px; font : small; font-size : 90%; } +.content { padding: 5px 5px 5px 10px; font : small Verdana, Helvetica, san= s-serif; font-size : small; } .content .ForrestTable { width: 100%; background-color: #7099C5; color: #f= fffff; font-size : 90%;} .content .ForrestTable caption { text-align: left; color: black; font-weig= ht: bold; } .content .ForrestTable th { text-align: center; } --=-XsdIbD5c03QS0mM0gi7N--