From cd11f135ee073be6bd594dcd4abc34f3361d1f39 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 12 Aug 2019 14:46:23 -0400 Subject: STY: top-align table cells --- _theme/scipy/static/scipy.css_t | 1 + 1 file changed, 1 insertion(+) diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t index 4401db5..a24b15d 100644 --- a/_theme/scipy/static/scipy.css_t +++ b/_theme/scipy/static/scipy.css_t @@ -236,6 +236,7 @@ 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) */ } table.docutils { -- cgit v1.2.1