From 1a2cec73baaef989ceef2911af376e8eb8245e39 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 7 Jan 2015 03:03:08 +0000 Subject: css style: centered tables --- _static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; +} -- cgit v1.2.3