changeset 497:ab817188f100 trunk

Some minor doc style improvements.
author cmlenz
date Fri, 01 Jun 2007 11:36:13 +0000
parents f56046e4b0de
children 700e7b47bf2b
files doc/style/edgewall.css doc/style/epydoc.css
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }
--- 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;
 }
Copyright (C) 2012-2017 Edgewall Software