Mobile chrome renders this off by 1 pixel
authorCharles Connell <charles@connells.org>
Tue, 13 May 2014 18:21:52 +0000 (14:21 -0400)
committerCharles Connell <charles@connells.org>
Tue, 13 May 2014 18:21:52 +0000 (14:21 -0400)
karmaworld/assets/css/global.css

index d9fcb9887ab72dbdc0d7b450ed177d1156df6280..c7cab2eb618cc579501535e391508642d179295a 100644 (file)
@@ -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;
 }