diff options
| author | Matthias Geier <Matthias.Geier@gmail.com> | 2020-04-23 16:26:28 +0200 |
|---|---|---|
| committer | Matthias Geier <Matthias.Geier@gmail.com> | 2020-04-23 16:26:28 +0200 |
| commit | 0a7137dfa4fa3342c35185e5d6931d4d95c2873b (patch) | |
| tree | 8cafbca7689f05b0b64cafa1fb21a5865b677753 /sphinx/themes | |
| parent | 4277a28f73247b30b5c8be7ae6af3b45d96423f1 (diff) | |
| download | sphinx-git-0a7137dfa4fa3342c35185e5d6931d4d95c2873b.tar.gz | |
Add top and bottom margins to tables
Diffstat (limited to 'sphinx/themes')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index 346698240..1c2282b23 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -377,6 +377,8 @@ div.body p.centered { /* -- tables ---------------------------------------------------------------- */ table.docutils { + margin-top: 10px; + margin-bottom: 10px; border: 0; border-collapse: collapse; } |
