summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_theme/scipy/static/scipy.css_t4
1 files changed, 3 insertions, 1 deletions
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 {