summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}
+