summaryrefslogtreecommitdiff
path: root/doc/source/_static/scipy.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/_static/scipy.css')
-rw-r--r--doc/source/_static/scipy.css24
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;