diff doc/style/epydoc.css @ 24:4fad20ab7cca

Reimplement line wrapping for PO writing (as the `textwrap` module is too destructive with white space) and move it to the `normalize` function (which was already doing some handling of line breaks).
author cmlenz
date Fri, 01 Jun 2007 15:36:00 +0000
parents a2c54ef107c2
children
line wrap: on
line diff
--- a/doc/style/epydoc.css
+++ b/doc/style/epydoc.css
@@ -54,7 +54,9 @@
 table.summary th th, table.summary td td { border: none; }
 table.summary td.summary table td { color: #666; font-size: 90%; }
 table.summary td.summary table br { display: none; }
-table.summary td.summary span.summary-type { font-size: 90%; }
+table.summary td.summary span.summary-type { font-family: monospace; 
+  font-size: 90%;
+}
 table.summary td.summary span.summary-type code { font-size: 110%; }
 p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0;
   padding: 0 0 0 7em; text-indent: -7em;
Copyright (C) 2012-2017 Edgewall Software