diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-05-21 13:36:38 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-05-21 13:36:38 +0000 |
commit | 258398e9d95a2d266912abdfcc09c236736a6a87 (patch) | |
tree | 715386bc9a7639855d5c5ba9e8f94918ae52a687 | |
parent | b9a82a1c4a048d4a7d9adfbd55b7ca643add80b1 (diff) | |
download | numpy-258398e9d95a2d266912abdfcc09c236736a6a87.tar.gz |
docs: CSS for plots
-rw-r--r-- | doc/source/_static/scipy.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/_static/scipy.css b/doc/source/_static/scipy.css index bfb42a567..705424e8d 100644 --- a/doc/source/_static/scipy.css +++ b/doc/source/_static/scipy.css @@ -125,6 +125,30 @@ div.tip { border: 1px solid #ee6; } +div.plot-output { + clear-after: both; +} + +div.plot-output .figure { + float: left; + text-align: center; + margin-bottom: 0; + padding-bottom: 0; +} + +div.plot-output .caption { + margin-top: 2; + padding-top: 0; +} + +div.plot-output:after { + content: ""; + display: block; + height: 0; + clear: both; +} + + /* div.admonition-example { background-color: #e4ffe4; |