# HG changeset patch # User cmlenz # Date 1180697773 0 # Node ID ab817188f1005276332f59bcbb524b2c7c212a40 # Parent f56046e4b0dece7d5b7c4894423a5a8f60ee1df8 Some minor doc style improvements. diff --git a/doc/style/edgewall.css b/doc/style/edgewall.css --- a/doc/style/edgewall.css +++ b/doc/style/edgewall.css @@ -17,6 +17,14 @@ hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; } p { margin: 0 0 1em; } +table { border: 1px solid #999; border-width: 0 1px 0 0; + border-collapse: separate; border-spacing: 0; +} +table thead th { background: #999; border: 1px solid #999;; color: #fff; + font-weight: bold; +} +table td { border: 1px solid #ccc; border-width: 0 0 1px 1px; padding: .3em; } + :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb; color: #b00; } diff --git a/doc/style/epydoc.css b/doc/style/epydoc.css --- a/doc/style/epydoc.css +++ b/doc/style/epydoc.css @@ -47,10 +47,15 @@ table.summary { margin: .5em 0; } table.summary tr.table-header { background: #f7f7f0; } table.summary td.table-header { color: #666; font-weight: bold; } +table.summary th.group-header { background: #f7f7f0; color: #666; + font-size: 90%; font-weight: bold; text-align: left; +} table.summary th, table.summary td { border: 1px solid #d7d7d7; } 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 code { font-size: 110%; } p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0; padding: 0 0 0 7em; text-indent: -7em; }