[Epydoc-commits] SF.net SVN: epydoc: [1255] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-21 08:11:47
|
Revision: 1255 Author: edloper Date: 2006-08-21 01:11:42 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1255&view=rev Log Message: ----------- - Fixed typo in variable-ellipsis css 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-08-21 07:17:10 UTC (rev 1254) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2006-08-21 08:11:42 UTC (rev 1255) @@ -202,7 +202,7 @@ background: #dce4ec; color: #000000; border: 1px solid #708890; } .variable-linewrap { color: #604000; font-weight: bold; } -.variable-ellipsis { color: #604000; font-weight; bold; } +.variable-ellipsis { color: #604000; font-weight: bold; } .variable-quote { color: #604000; font-weight: bold; } .re { color: #000000; } .re-char { color: #006030; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |