[Epydoc-commits] SF.net SVN: epydoc: [1186] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-04-07 01:07:16
|
Revision: 1186 Author: edloper Date: 2006-04-06 18:07:11 -0700 (Thu, 06 Apr 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1186&view=rev Log Message: ----------- - Changed a color for consistency 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 01:06:52 UTC (rev 1185) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2006-04-07 01:07:11 UTC (rev 1186) @@ -166,7 +166,7 @@ table.summary, table.details, table.index { background: #e8f0f8; color: #000000; } tr.summary, tr.details, tr.index - { background: #70b0f0; color: #000000; } + { background: #70b0ff; color: #000000; } th.group { background: #c0e0f8; color: #000000; } /* Details Sections */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |