Author: ferdinand Date: Mon May 22 00:09:45 2006 New Revision: 408585 URL: http://svn.apache.org/viewvc?rev=408585&view=rev Log: Some adjustments to pelt's css design to make lists more readable. Modified: forrest/trunk/main/webapp/skins/pelt/css/basic.css forrest/trunk/main/webapp/skins/pelt/css/screen.css Modified: forrest/trunk/main/webapp/skins/pelt/css/basic.css URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/basic.css?rev=408585&r1=408584&r2=408585&view=diff ============================================================================== --- forrest/trunk/main/webapp/skins/pelt/css/basic.css (original) +++ forrest/trunk/main/webapp/skins/pelt/css/basic.css Mon May 22 00:09:45 2006 @@ -138,10 +138,18 @@ #content li, #content th, -#content td { - line-height: 110%; - margin-top: .1em; - margin-bottom: .1em; +#content td, +#content li ul, +#content li ol{ + margin-top: .5em; + margin-bottom: .5em; +} + + +#content li li, +#minitoc-area li{ + margin-top: 0em; + margin-bottom: 0em; } #content .attribution { Modified: forrest/trunk/main/webapp/skins/pelt/css/screen.css URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/screen.css?rev=408585&r1=408584&r2=408585&view=diff ============================================================================== --- forrest/trunk/main/webapp/skins/pelt/css/screen.css (original) +++ forrest/trunk/main/webapp/skins/pelt/css/screen.css Mon May 22 00:09:45 2006 @@ -17,7 +17,7 @@ body { margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif; } h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; } -h2 { font-size : 140%; margin: 0.9em 0px 0px 0px; padding: 0px; font-weight : bold;} +h2 { font-size : 140%; margin: 1em 0px 0.8em 0px; padding: 0px; font-weight : bold;} h3 { font-size : 130%; margin: 0.8em 0px 0px 0px; padding: 0px; font-weight : bold; } .h3 { margin: 22px 0px 3px 0px; } h4 { font-size : 120%; margin: 0.7em 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; } @@ -471,10 +471,11 @@ #minitoc-area { border-top: solid 1px #4C6C8F; border-bottom: solid 1px #4C6C8F; - margin-bottom: 15px; + margin: 15px 10% 5px 15px; + /* margin-bottom: 15px; margin-left: 15px; - margin-right: 10%; - padding-bottom: 5px; + margin-right: 10%;*/ + padding-bottom: 7px; padding-top: 5px; } .minitoc {