From 1bb4293967fc3eed72524c8fc021c217c965d6ae Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 28 Aug 2014 15:42:46 -0700 Subject: [PATCH] src/tools: Set right margin to 0 in style sheet used for html docs created from pod --- src/tools/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/style.css b/src/tools/style.css index 8253fb08f..09647403b 100644 --- a/src/tools/style.css +++ b/src/tools/style.css @@ -302,7 +302,7 @@ table.dlsip { border: 0.4ex solid #dddddd; } -.pod, .manifest { margin-right: 20ex; } +.pod, .manifest { margin-right: 0; } .pod PRE { background: #eeeeee;