diff --git a/docs/changelog.rst b/docs/changelog.rst index 06177d0a..d3081f40 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,17 @@ Changelog master ====== +New Features +------------- + +Fixes +----- + +* Fix table centering (#599) + +Other Changes +-------------- + v0.3.0 ====== diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index edb6924a..cce2e9fe 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -148,7 +148,9 @@ margin: 0px $base-line-height $base-line-height 0px .align-center margin: auto - display: block + // Do not override display:table for tables + &:not(table) + display: block .toctree-wrapper p.caption @extend h2