diff options
author | Eric Larson <larson.eric.d@gmail.com> | 2019-08-13 10:40:15 -0400 |
---|---|---|
committer | Eric Larson <larson.eric.d@gmail.com> | 2019-08-13 10:40:15 -0400 |
commit | 59f39b8944e63814cfc2519dbbc39b1d1c6635af (patch) | |
tree | 6e8fc41b5e6d75a13d212a2641c561c891aa8a21 /_theme/scipy/static/scipy.css_t | |
parent | cd11f135ee073be6bd594dcd4abc34f3361d1f39 (diff) | |
download | scipy-sphinx-theme-59f39b8944e63814cfc2519dbbc39b1d1c6635af.tar.gz |
STY: PEP8
Diffstat (limited to '_theme/scipy/static/scipy.css_t')
-rw-r--r-- | _theme/scipy/static/scipy.css_t | 4 |
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 { |