From: Charles Connell Date: Tue, 13 May 2014 18:21:52 +0000 (-0400) Subject: Mobile chrome renders this off by 1 pixel X-Git-Tag: release-20150131~82 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a75d078286689013e151e92e3f0604ba7525ed06;p=oweals%2Fkarmaworld.git Mobile chrome renders this off by 1 pixel --- diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index d9fcb98..c7cab2e 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -323,7 +323,7 @@ input.search { font-family: 'adelle-sans'; font-weight: lighter; border-radius: 3px 0 0 3px; - width: calc(100% - 40px); + width: calc(100% - 41px); height: 40px; margin-right: 0; }