From c8644f70bac8be1c87f261ba03b4d025c8ab3632 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 17 Oct 2013 13:39:06 -0400 Subject: [PATCH] Make the buffer text a little higher over the input bar This is because the glow around the input bar falls a little bit over the buffer text and it's annoying. --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index fc59a1b..26c4ed6 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -179,7 +179,7 @@ input[type=text], input[type=password] { margin-left: 14%; width: auto; position: relative; - padding-bottom: 55px; /* bottom input */ + padding-bottom: 60px; /* bottom input */ padding-top: 35px; /* topbar */ } .bufferlines .btn {