summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Larson <larson.eric.d@gmail.com>2019-08-13 10:40:15 -0400
committerEric Larson <larson.eric.d@gmail.com>2019-08-13 10:40:15 -0400
commit59f39b8944e63814cfc2519dbbc39b1d1c6635af (patch)
tree6e8fc41b5e6d75a13d212a2641c561c891aa8a21
parentcd11f135ee073be6bd594dcd4abc34f3361d1f39 (diff)
downloadscipy-sphinx-theme-59f39b8944e63814cfc2519dbbc39b1d1c6635af.tar.gz
STY: PEP8
-rw-r--r--_theme/scipy/static/scipy.css_t4
1 files changed, 3 insertions, 1 deletions
diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t
index a24b15d..7100293 100644
--- a/_theme/scipy/static/scipy.css_t
+++ b/_theme/scipy/static/scipy.css_t
@@ -236,7 +236,9 @@ table.citation {
table.docutils td, table.docutils th {
border: none;
- vertical-align: top; /* align column names (left col) to first line of multi-line descriptions (right col) */
+ /* align column names (left col) to first line of
+ multi-line descriptions (right col) */
+ vertical-align: top;
}
table.docutils {