diff options
author | Travis Oliphant <oliphant@enthought.com> | 2007-12-28 07:29:22 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2007-12-28 07:29:22 +0000 |
commit | efbe398a9e374ea4e00391cf3c8b9fc365f5e9eb (patch) | |
tree | 9786e0cd1d91e52b5a1372bbe9dc966ba2c66a46 /numpy/doc/html/epydoc.css | |
parent | f499d58f88982c853e6125c13a9cb469f563d410 (diff) | |
download | numpy-efbe398a9e374ea4e00391cf3c8b9fc365f5e9eb.tar.gz |
Improve the documentation style for human-readability in plain-text
Diffstat (limited to 'numpy/doc/html/epydoc.css')
-rw-r--r-- | numpy/doc/html/epydoc.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/doc/html/epydoc.css b/numpy/doc/html/epydoc.css index 4bb3e0b68..86d417068 100644 --- a/numpy/doc/html/epydoc.css +++ b/numpy/doc/html/epydoc.css @@ -28,6 +28,8 @@ h2 { font-size: +125%; font-style: italic; h3 { font-size: +110%; font-style: italic; font-weight: normal; } code { font-size: 100%; } +/* N.B.: class, not pseudoclass */ +a.link { font-family: monospace; } /* Page Header & Footer * - The standard page header consists of a navigation bar (with @@ -158,6 +160,11 @@ table.summary a.summary-sig-name:visited .summary-sig-arg { color: #006040; } .summary-sig-default { color: #501800; } +/* Subclass list + */ +ul.subclass-list { display: inline; } +ul.subclass-list li { display: inline; } + /* To render variables, classes etc. like functions */ table.summary .summary-name { color: #006080; font-weight: bold; font-family: monospace; } |