From 9b2ecbee56338623663f7f79e22a1ada409e5c83 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 26 Mar 2011 14:17:30 +0000 Subject: [PATCH] Removed bottom margin --- static/css/pad_lite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index ddf691841..31ce7c54b 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -12,7 +12,7 @@ body, textarea { font-family: Arial, sans-serif; } #padpage { position: absolute; top: 0px; - bottom: 8px; + bottom: 0px; width: 100%; }