From 080f70c3096680a1fc0bf96aa5081ddbf532ddd6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Sep 2009 18:35:36 -0600 Subject: [PATCH] Conversion pipeline: Set the default left margin for
tags to 40px --- resources/templates/html.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/templates/html.css b/resources/templates/html.css index 63d57a3e29..9e80d54f88 100644 --- a/resources/templates/html.css +++ b/resources/templates/html.css @@ -55,6 +55,7 @@ p, dl, multicol { dd { display: block; + margin-left: 40px; } blockquote {