comparison doc/style/epydoc.css @ 497:ab817188f100 trunk

Some minor doc style improvements.
author cmlenz
date Fri, 01 Jun 2007 11:36:13 +0000
parents 2c38ec4e2dff
children 700e7b47bf2b
comparison
equal deleted inserted replaced
496:f56046e4b0de 497:ab817188f100
45 /* Summary tables */ 45 /* Summary tables */
46 46
47 table.summary { margin: .5em 0; } 47 table.summary { margin: .5em 0; }
48 table.summary tr.table-header { background: #f7f7f0; } 48 table.summary tr.table-header { background: #f7f7f0; }
49 table.summary td.table-header { color: #666; font-weight: bold; } 49 table.summary td.table-header { color: #666; font-weight: bold; }
50 table.summary th.group-header { background: #f7f7f0; color: #666;
51 font-size: 90%; font-weight: bold; text-align: left;
52 }
50 table.summary th, table.summary td { border: 1px solid #d7d7d7; } 53 table.summary th, table.summary td { border: 1px solid #d7d7d7; }
51 table.summary th th, table.summary td td { border: none; } 54 table.summary th th, table.summary td td { border: none; }
52 table.summary td.summary table td { color: #666; font-size: 90%; } 55 table.summary td.summary table td { color: #666; font-size: 90%; }
53 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%; }
58 table.summary td.summary span.summary-type code { font-size: 110%; }
54 p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0; 59 p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0;
55 padding: 0 0 0 7em; text-indent: -7em; 60 padding: 0 0 0 7em; text-indent: -7em;
56 } 61 }
57 p.indent-wrapped-lines code { color: #999; font-size: 115%; } 62 p.indent-wrapped-lines code { color: #999; font-size: 115%; }
58 p.indent-wrapped-lines :link, p.indent-wrapped-lines :visited { border: none; } 63 p.indent-wrapped-lines :link, p.indent-wrapped-lines :visited { border: none; }
Copyright (C) 2012-2017 Edgewall Software