[Epydoc-commits] SF.net SVN: epydoc: [1189] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-04-07 23:35:32
|
Revision: 1189 Author: edloper Date: 2006-04-07 16:35:25 -0700 (Fri, 07 Apr 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1189&view=rev Log Message: ----------- - Removed .callgraph css style 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-07 23:34:41 UTC (rev 1188) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2006-04-07 23:35:25 UTC (rev 1189) @@ -134,10 +134,9 @@ a.py-name { text-decoration: none; } /* For Graphs */ -.graph-without-title { border: none; } -.graph-with-title { border: 1px solid black; } -.graph-title { font-weight: bold; } -.callgraph { border: 1px solid black; } +.graph-without-title { border: none; } +.graph-with-title { border: 1px solid black; } +.graph-title { font-weight: bold; } /* Lists */ ul { margin-top: 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |