From a17a04182a412f8539d780a2edfa2bb84c3e82f6 Mon Sep 17 00:00:00 2001 From: 0ip Date: Mon, 27 Feb 2012 22:40:47 +0100 Subject: [PATCH] fix weird looking input [IE7] --- static/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.html b/static/index.html index 8e0b02a9..58f68801 100644 --- a/static/index.html +++ b/static/index.html @@ -84,6 +84,7 @@ box-sizing: border-box; -moz-box-sizing: border-box; padding: 0 45px 0 10px; + *padding: 0; /* IE7 hack */ width: 100%; height: 100%; outline: none;