From: Jason Woofenden Date: Fri, 1 Feb 2013 03:32:50 +0000 (-0500) Subject: index.html: get rid of accidental padding X-Git-Tag: v1.0~9 X-Git-Url: https://jasonwoof.com/gitweb/?p=watch-my-terminal.git;a=commitdiff_plain;h=238684c497185ba7d18860770dc24096c172562b index.html: get rid of accidental padding --- 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; }