[Epydoc-commits] SF.net SVN: epydoc: [1341] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-09-02 00:53:42
|
Revision: 1341 http://svn.sourceforge.net/epydoc/?rev=1341&view=rev Author: edloper Date: 2006-09-01 17:53:39 -0700 (Fri, 01 Sep 2006) Log Message: ----------- - Changed .py-line and .py-lineno to not require "span" tags. (I plan to change <span>..</span> to <tt>..</tt> in colorized html source, to make the files slightly smaller.) 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 2006-09-02 00:52:49 UTC (rev 1340) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2006-09-02 00:53:39 UTC (rev 1341) @@ -253,9 +253,9 @@ color: #000000; } pre.py-src { border: 2px solid #000000; background: #f0f0f0; color: #000000; } -span.py-line { border-left: 2px solid #000000; +.py-line { border-left: 2px solid #000000; margin-left: .2em; padding-left: .4em; } -span.py-lineno { font-style: italic; font-size: 90%; +.py-lineno { font-style: italic; font-size: 90%; padding-left: .5em; } a.py-toggle { text-decoration: none; } div.py-highlight-hdr { border-top: 2px solid #000000; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |