From: <var...@us...> - 2009-03-27 09:23:30
|
Revision: 6723 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6723&view=rev Author: vargenau Date: 2009-03-27 09:23:18 +0000 (Fri, 27 Mar 2009) Log Message: ----------- Fix list spacing Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-03-27 09:22:02 UTC (rev 6722) +++ trunk/themes/gforge/gforge.css 2009-03-27 09:23:18 UTC (rev 6723) @@ -41,6 +41,9 @@ * ALONE BASIS." */ +/* Because in some cases there is a <p> in nested lists */ +li p { margin:0; } + /* Hide the elements we put in just to get around NS4 bugs. */ div.br { display: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |