summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2013-05-01 22:39:58 +0300
committerPauli Virtanen <pav@iki.fi>2013-05-01 22:39:58 +0300
commitc81879b1744a9dfc4baa38e2a3f6cdf12a73e72e (patch)
tree521773339517c615c1c9bcddd680af84a4a4fa35
parent783ef9c1dffc1a81ac0dff0d2ed9a351d5357a00 (diff)
downloadscipy-sphinx-theme-c81879b1744a9dfc4baa38e2a3f6cdf12a73e72e.tar.gz
Fix blockquotes in docstrings
-rw-r--r--_theme/scipy/static/scipy.css_t7
1 files changed, 6 insertions, 1 deletions
diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t
index bef1b81..38368c8 100644
--- a/_theme/scipy/static/scipy.css_t
+++ b/_theme/scipy/static/scipy.css_t
@@ -99,7 +99,11 @@ td.field-body blockquote {
padding-left: 30px;
}
-td.field-body blockquote p {
+td.field-body blockquote p,
+dl.class blockquote p,
+dl.function blockquote p,
+dl.method blockquote p
+{
font-family: inherit;
font-size: inherit;
font-weight: inherit;
@@ -198,3 +202,4 @@ div.top-scipy-org-logo-header {
padding: 5px;
box-shadow: 0px 0px 3px rgb(136, 136, 136);
}
+