From: Robert Sesek Date: Sat, 9 Jun 2012 22:24:20 +0000 (-0400) Subject: Make the input fields a little larger so there's always whitespace at the end X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=0777567b4ea0b10fcbe9e07481a85efdd7ecd25b;p=skeletonkey.git Make the input fields a little larger so there's always whitespace at the end --- diff --git a/core.css b/core.css index 4beb6d3..7a54ece 100644 --- a/core.css +++ b/core.css @@ -30,7 +30,7 @@ body { padding: .2em; - width: 34em; + width: 36em; } ol { @@ -50,7 +50,7 @@ li label { li input { padding: .3em; - width: 20em; + width: 22em; font-size: 1em; border-color: #CCCCCC;