From 827139821d3f043db25322b9dd91a7314d46ab01 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 May 2019 15:26:01 +0200 Subject: Add default padding for p, pre --- common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.css b/common.css index e9f7dd8..fd4cafa 100644 --- a/common.css +++ b/common.css @@ -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;} -- cgit v1.1