Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 8048 invoked from network); 9 Jan 2006 00:31:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jan 2006 00:31:01 -0000 Received: (qmail 44028 invoked by uid 500); 9 Jan 2006 00:31:00 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 43954 invoked by uid 500); 9 Jan 2006 00:30:59 -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 43943 invoked by uid 99); 9 Jan 2006 00:30:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2006 16:30:59 -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; Sun, 08 Jan 2006 16:30:58 -0800 Received: (qmail 7960 invoked by uid 65534); 9 Jan 2006 00:30:38 -0000 Message-ID: <20060109003038.7959.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r367142 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css Date: Mon, 09 Jan 2006 00:30:38 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Sun Jan 8 16:30:35 2006 New Revision: 367142 URL: http://svn.apache.org/viewcvs?rev=367142&view=rev Log: Add margins for "#nav-section ul" Add handling for "#nav-section li" and "#nav-section li li" Issue: FOR-781 "Coat Theme CSS Enhancements" Contributed by: Gavin Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css?rev=367142&r1=367141&r2=367142&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.theme.Coat/src/documentation/resources/themes/coat/css/coat.css Sun Jan 8 16:30:35 2006 @@ -39,7 +39,21 @@ /* menu */ #nav-section ul { - padding-left: 20px; + padding-left: 5px; + margin : 5px 0px 5px 5px; + +} + +#nav-section li { + list-style-type : none; +} + +#nav-section li li { + padding-left : 5px; + margin : 0px 5px; + list-style-type : disc; + list-style : inside; + } .menupagetitle { @@ -63,6 +77,7 @@ margin-top: 5px; padding-top: 5px; border-top: thin solid #000000; + clear: both; } /* note */