summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Larson <larson.eric.d@gmail.com>2019-08-12 10:57:36 -0400
committerEric Larson <larson.eric.d@gmail.com>2019-08-12 10:57:36 -0400
commitc83a6618c98a5fc4404b663364781c33ce82906f (patch)
treea87450ea3118a6d69b0d39787b00babe916f2228
parentb620eeb28b0a617c03be8c81d6708df0171c341f (diff)
downloadscipy-sphinx-theme-c83a6618c98a5fc4404b663364781c33ce82906f.tar.gz
BUG: Left-align tables
-rw-r--r--_theme/scipy/static/scipy.css_t6
1 files changed, 5 insertions, 1 deletions
diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t
index 675cefe..4401db5 100644
--- a/_theme/scipy/static/scipy.css_t
+++ b/_theme/scipy/static/scipy.css_t
@@ -147,7 +147,7 @@ td.field-body blockquote {
td.field-body blockquote p,
dl.class blockquote p,
dl.function blockquote p,
-dl.method blockquote p
+dl.method blockquote p
{
font-family: inherit;
font-size: inherit;
@@ -242,6 +242,10 @@ table.docutils {
margin-bottom: 9.5px;
}
+table.align-default { /* left align tables like in old Sphinx */
+ margin-left: 0;
+ margin-right: auto;
+}
/*
* Admonitions