From 17a3b8dc6aba094e32f253369866319d9ca12ec0 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Wed, 5 Nov 2014 16:39:46 -0800 Subject: [PATCH] Fix alignment of dl dd dl entities --- templates/static/doc/chapter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/static/doc/chapter.css b/templates/static/doc/chapter.css index 74c0086..4858915 100644 --- a/templates/static/doc/chapter.css +++ b/templates/static/doc/chapter.css @@ -103,7 +103,7 @@ dl dd dl dd dl { - margin-left: -180px; + margin-left: -2em; } -- 2.30.2