[Epydoc-commits] SF.net SVN: epydoc: [1566] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
|
From: <dva...@us...> - 2007-03-05 00:40:56
|
Revision: 1566
http://svn.sourceforge.net/epydoc/?rev=1566&view=rev
Author: dvarrazzo
Date: 2007-03-04 16:40:54 -0800 (Sun, 04 Mar 2007)
Log Message:
-----------
- Fixed margin for nested lists in fields.
Modified Paths:
--------------
trunk/epydoc/src/epydoc/docwriter/html_css.py
Modified: trunk/epydoc/src/epydoc/docwriter/html_css.py
===================================================================
--- trunk/epydoc/src/epydoc/docwriter/html_css.py 2007-03-01 23:40:03 UTC (rev 1565)
+++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2007-03-05 00:40:54 UTC (rev 1566)
@@ -155,6 +155,7 @@
dl.fields { margin-left: 2em; margin-top: 1em;
margin-bottom: 1em; }
dl.fields dd ul { margin-left: 0em; padding-left: 0em; }
+dl.fields dd ul li ul { margin-left: 2em; padding-left: 0em; }
div.fields { margin-left: 2em; }
div.fields p { margin-bottom: 0.5em; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|