From 59f39b8944e63814cfc2519dbbc39b1d1c6635af Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 13 Aug 2019 10:40:15 -0400 Subject: STY: PEP8 --- _theme/scipy/static/scipy.css_t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.1