comparison 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
comparison
equal deleted inserted replaced
23:bd45ff425485 24:4fad20ab7cca
52 } 52 }
53 table.summary th, table.summary td { border: 1px solid #d7d7d7; } 53 table.summary th, table.summary td { border: 1px solid #d7d7d7; }
54 table.summary th th, table.summary td td { border: none; } 54 table.summary th th, table.summary td td { border: none; }
55 table.summary td.summary table td { color: #666; font-size: 90%; } 55 table.summary td.summary table td { color: #666; font-size: 90%; }
56 table.summary td.summary table br { display: none; } 56 table.summary td.summary table br { display: none; }
57 table.summary td.summary span.summary-type { font-size: 90%; } 57 table.summary td.summary span.summary-type { font-family: monospace;
58 font-size: 90%;
59 }
58 table.summary td.summary span.summary-type code { font-size: 110%; } 60 table.summary td.summary span.summary-type code { font-size: 110%; }
59 p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0; 61 p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0;
60 padding: 0 0 0 7em; text-indent: -7em; 62 padding: 0 0 0 7em; text-indent: -7em;
61 } 63 }
62 p.indent-wrapped-lines code { color: #999; font-size: 115%; } 64 p.indent-wrapped-lines code { color: #999; font-size: 115%; }
Copyright (C) 2012-2017 Edgewall Software