diff options
Diffstat (limited to '_static')
-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; +} |