[Epydoc-commits] SF.net SVN: epydoc: [1194] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-04-09 18:11:13
|
Revision: 1194 Author: edloper Date: 2006-04-09 11:11:11 -0700 (Sun, 09 Apr 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1194&view=rev Log Message: ----------- - Underline py-name links in sourcecode output. 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-04-09 18:10:28 UTC (rev 1193) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2006-04-09 18:11:11 UTC (rev 1194) @@ -131,7 +131,7 @@ padding-left: .4em; } .lineno { font-style: italic; font-size: 90%; padding-left: .5em; } -a.py-name { text-decoration: none; } +/*a.py-name { text-decoration: none; }*/ /* For Graphs */ .graph-without-title { border: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |