From c91b56f7763f8dfc6f0ca9389080c1221ee2eeb5 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 12 Oct 2013 00:36:58 +0200 Subject: [PATCH] Padding > Margin --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 07169fb..1f6be9e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -65,7 +65,7 @@ input#sendMessage { margin-left: 14%; width: auto; position: relative; - margin-bottom: 60px; + padding-bottom: 60px; } .text { word-wrap: break-word;