diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-01-07 03:03:08 +0000 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-01-07 03:03:08 +0000 |
commit | 1a2cec73baaef989ceef2911af376e8eb8245e39 (patch) | |
tree | ecd23b38044fd3320e5aa7a0b0e54a338ac0434a | |
parent | 026312224ec1ca94af1f810f5b910c014d243cec (diff) | |
download | novena-guide-1a2cec73baaef989ceef2911af376e8eb8245e39.tar.gz novena-guide-1a2cec73baaef989ceef2911af376e8eb8245e39.zip |
css style: centered tables
-rw-r--r-- | _static/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_static/style.css b/_static/style.css index 9478b7a..ec0e942 100644 --- a/_static/style.css +++ b/_static/style.css @@ -145,3 +145,17 @@ div.admondition, div.topic, div.warning, div.note { div.note, div.topic { background-color: #f4f4f4; } + +table.docutils { + margin-left: auto; + margin-right: auto; +} + +table.docutils td { + text-align: center; +} + +table.docutils caption { + font-style: italic; + font-size: 0.9em; +} |