summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2019-08-13 12:23:21 -0400
committerGitHub <noreply@github.com>2019-08-13 12:23:21 -0400
commit1805d70040d2a26e3587912a18fe147df7dd811d (patch)
tree6e8fc41b5e6d75a13d212a2641c561c891aa8a21
parente4bc7a7359edae336f1eb5ef5f477c44d6893dd3 (diff)
parent59f39b8944e63814cfc2519dbbc39b1d1c6635af (diff)
downloadscipy-sphinx-theme-1805d70040d2a26e3587912a18fe147df7dd811d.tar.gz
Merge pull request #14 from larsoner/valign
STY: top-align table cells
-rw-r--r--_theme/scipy/static/scipy.css_t3
1 files changed, 3 insertions, 0 deletions
diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t
index 4401db5..7100293 100644
--- a/_theme/scipy/static/scipy.css_t
+++ b/_theme/scipy/static/scipy.css_t
@@ -236,6 +236,9 @@ table.citation {
table.docutils td, table.docutils th {
border: none;
+ /* align column names (left col) to first line of
+ multi-line descriptions (right col) */
+ vertical-align: top;
}
table.docutils {