From 0777567b4ea0b10fcbe9e07481a85efdd7ecd25b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Jun 2012 18:24:20 -0400 Subject: [PATCH] Make the input fields a little larger so there's always whitespace at the end --- core.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.22.5