summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/view-source.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/view-source.c b/src/view-source.c
index 38678bd..faa5419 100644
--- a/src/view-source.c
+++ b/src/view-source.c
@@ -49,8 +49,9 @@ static const gchar *document =
"<script src=\"view-source:resources/prism/"
"prism.js\"></script>\n"
"</head>\n"
- "<body>\n"
- "<pre style=\"overflow: visible; width: 100%;\">\n"
+ "<body style=\"margin: 0;\">\n"
+ "<pre style=\"overflow: visible; width: 100%; "
+ "margin: 0;\">\n"
"<code class=\"language-markup line-numbers\" "
"style=\"overflow: visible;\">"
"%s</code>\n"