diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-07 16:22:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-07 16:22:23 +0200 |
commit | ed0b4dcca746f72ed23310af8420c831e8bd8b70 (patch) | |
tree | f44d9a3f9ee5e71b735015893d5d14de6971ade5 /common.css | |
parent | 9662ab9e0f569e82475b56c3d1dcf0b23792a34e (diff) |
Increase note top/bottom margins
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ pre {text-align: left;} /* If it is inside li/dd. */ div.note { - margin: 1em 0 1em 0; + margin: 2em 0 2em 0; /* The same top/bottom margings as pre box. */ padding-left: 0.5em; border: 0.25em; |