From e14fd222848e27abab1775eb628b5491f99567bb Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 15 Jan 2012 17:59:19 +0000 Subject: [PATCH] fix large left padding --- static/css/iframe_editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/iframe_editor.css b/static/css/iframe_editor.css index 2faaae06..6a483c07 100644 --- a/static/css/iframe_editor.css +++ b/static/css/iframe_editor.css @@ -93,7 +93,7 @@ body.doesWrap { padding-top: 1px; /* important for some reason? */ padding-right: 10px; padding-bottom: 8px; - padding-left: 10px /* prevents characters from looking chopped off in FF3 */; + padding-left: 1px /* prevents characters from looking chopped off in FF3 -- Removed because it added too much whitespace */; overflow: hidden; /* blank 1x1 gif, so that IE8 doesn't consider the body transparent */ background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);