diff options
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; } |