Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 88505 invoked from network); 24 Jul 2004 18:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Jul 2004 18:30:13 -0000 Received: (qmail 91043 invoked by uid 500); 24 Jul 2004 18:30:12 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 91025 invoked by uid 500); 24 Jul 2004 18:30:12 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 91014 invoked by uid 99); 24 Jul 2004 18:30:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [65.42.175.122] (HELO ferrari.solidusdesign.com) (65.42.175.122) by apache.org (qpsmtpd/0.27.1) with SMTP; Sat, 24 Jul 2004 11:30:10 -0700 Received: (qmail 9962 invoked by uid 0); 24 Jul 2004 18:30:07 -0000 Received: from unknown (HELO ?192.168.1.102?) (user0009@69.208.80.175) by 0 with SMTP; 24 Jul 2004 18:30:07 -0000 Message-ID: <4102AAA3.1050500@brondsema.net> Date: Sat, 24 Jul 2004 14:29:55 -0400 From: Dave Brondsema User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: css list-items References: <45452C02-DCF9-11D8-90B1-00039385397E@medata.com> In-Reply-To: <45452C02-DCF9-11D8-90B1-00039385397E@medata.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDA5A5AF46F476E5778550BCB" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDA5A5AF46F476E5778550BCB Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Clay Leeds wrote: > One thing that annoys me about HTML lists, is the indent level seems > excessive. It really shows on the Apache Forrest TOC output (any page > with a TOC will do for an example, but the Forrest FAQ really shows > it[1]). Eric Meyer and A List Apart have a great tutorials about taming > lists[2] & [3]. Eric pretty much '[b]oils it all down' to this [2]: > >> Boil it all down, and what we're left with is this: if you want >> consistent rendering of lists between Explorer 5.x and Netscape 6.x, >> you need to set both the left margin and left padding of the UL >> element. We can ignore LI altogether for these purposes. If you want >> to reproduce the default display in Netscape 6.x, you write: >> >> ul {margin-left: 0; padding-left: 2.5em;} >> >> If you're more interested in following the Explorer model, then: >> >> ul {margin-left: 2.5em; padding-left: 0;} >> >> Of course, you can fill in your own preferred values. Split the >> different and set both to 1.25em, if you like. If you want to reset >> lists to have no indentation, then you still have to zero out both >> padding and margin: >> >> ul {margin-left: 0; padding-left: 0;} > > > Does it make sense to add this to the css-style skin? > Yes I think so. If it looks better and works for the major browsers, why not? If you want to provide a patch, we'd gladly apply it. If you do, create a new issue in the issue tracker and attach it there. -- Dave Brondsema : dave@brondsema.net http://www.splike.com : programming http://csx.calvin.edu : student org http://www.brondsema.net : personal --------------enigDA5A5AF46F476E5778550BCB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBAqqjVvBSb5uzznARAvbdAJ4waLWYiIT8w/CdsmlBUWFLp9vzBACeNGrn qod1MVQz59ygttXeqpP4vos= =3mRd -----END PGP SIGNATURE----- --------------enigDA5A5AF46F476E5778550BCB--