summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Larson <larson.eric.d@gmail.com>2019-08-12 14:46:23 -0400
committerEric Larson <larson.eric.d@gmail.com>2019-08-13 09:38:59 -0400
commitcd11f135ee073be6bd594dcd4abc34f3361d1f39 (patch)
tree6efedd59bdba4a13b08cdf499fe710a01603c31e
parente4bc7a7359edae336f1eb5ef5f477c44d6893dd3 (diff)
downloadscipy-sphinx-theme-cd11f135ee073be6bd594dcd4abc34f3361d1f39.tar.gz
STY: top-align table cells
-rw-r--r--_theme/scipy/static/scipy.css_t1
1 files changed, 1 insertions, 0 deletions
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 {