[Epydoc-commits] SF.net SVN: epydoc: [1634] trunk/epydoc/src/epydoc/docwriter/html_css.py
Brought to you by:
edloper
From: <dva...@us...> - 2007-09-24 15:58:45
|
Revision: 1634 http://epydoc.svn.sourceforge.net/epydoc/?rev=1634&view=rev Author: dvarrazzo Date: 2007-09-24 08:58:38 -0700 (Mon, 24 Sep 2007) Log Message: ----------- - Links to API objects rendered in monotype font. 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 2007-09-24 15:53:48 UTC (rev 1633) +++ trunk/epydoc/src/epydoc/docwriter/html_css.py 2007-09-24 15:58:38 UTC (rev 1634) @@ -71,6 +71,8 @@ h3 { font-size: +110%; font-style: italic; font-weight: normal; } code { font-size: 100%; } +/* N.B.: class, not pseudoclass */ +a.link { font-family: monospace; } /* Page Header & Footer * - The standard page header consists of a navigation bar (with This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |