Gitweb:
http://git.exim.org/exim-website.git/commitdiff/17a3b8dc6aba094e32f253369866319d9ca12ec0
Commit: 17a3b8dc6aba094e32f253369866319d9ca12ec0
Parent: edadd09279b5acae80e30dbbbf3c63f211dc429b
Author: Todd Lyons <tlyons@???>
AuthorDate: Wed Nov 5 16:39:46 2014 -0800
Committer: Todd Lyons <tlyons@???>
CommitDate: Wed Nov 5 16:39:46 2014 -0800
Fix alignment of dl dd dl entities
---
templates/static/doc/chapter.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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;
}