diff options
| author | Georg Brandl <georg@python.org> | 2010-01-17 12:18:21 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-17 12:18:21 +0100 |
| commit | 097810e01188963644895d0bdac834cf1d71ab24 (patch) | |
| tree | b456fc660270611207855ef6e7f5375e84f1a0f6 /sphinx/themes/default | |
| parent | fa00d30daf77fe195d2d6fd7902f06b124646af4 (diff) | |
| download | sphinx-git-097810e01188963644895d0bdac834cf1d71ab24.tar.gz | |
#288: fix bottom margin of paragraphs in admonitions.
Diffstat (limited to 'sphinx/themes/default')
| -rw-r--r-- | sphinx/themes/default/static/default.css_t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sphinx/themes/default/static/default.css_t b/sphinx/themes/default/static/default.css_t index 3bee8c8a5..b465da3fa 100644 --- a/sphinx/themes/default/static/default.css_t +++ b/sphinx/themes/default/static/default.css_t @@ -199,6 +199,18 @@ div.admonition p.admonition-title + p { display: inline; } +div.admonition p { + margin-bottom: 5px; +} + +div.admonition pre { + margin-bottom: 5px; +} + +div.admonition ul, div.admonition ol { + margin-bottom: 5px; +} + div.note { background-color: #eee; border: 1px solid #ccc; |
