summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {