From 238684c497185ba7d18860770dc24096c172562b Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 31 Jan 2013 22:32:50 -0500 Subject: [PATCH] index.html: get rid of accidental padding --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index b7a0665..ef33901 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,10 @@ font-family: monospace; font-size: 12px; line-height: 14px; + padding: 0; + margin: 0; + } + body div { white-space: pre; } -- 1.7.10.4