diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-05-22 15:26:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-05-22 15:26:01 +0200 |
commit | 827139821d3f043db25322b9dd91a7314d46ab01 (patch) | |
tree | b547af0388fee50406d936b9b5f713f85d8087e4 /common.css | |
parent | 3f942daf19da45d9b8097dd9c4e44e2d09f6848a (diff) |
Add default padding for p, pre
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -255,6 +255,10 @@ a:visited color: #00409c; } +/* Standard paragraph. */ + +p, pre {margin: 1em 0 1em 0;} + /* Standard lists. */ ul, ol, dl {margin: 1em 0 1em 0;} ul li, ol li {margin: 0 0 .4em 0;} |