From 6079233a07374e6a9f96ec57d5db6016e8939e1d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 15 Aug 2015 19:13:49 -0400 Subject: Add Makefile and remove the scripts directory --- assets/css/src/form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css/src') diff --git a/assets/css/src/form.css b/assets/css/src/form.css index ef12404c..56506e28 100644 --- a/assets/css/src/form.css +++ b/assets/css/src/form.css @@ -18,7 +18,7 @@ input[type="text"] { border: 1px solid #ccc; width: 300px; max-width: 95%; - font-size: 1.0em; + font-size: 100%; height: 25px; padding-bottom: 0; font-family: sans-serif; @@ -49,7 +49,7 @@ textarea { width: 400px; max-width: 99%; height: 200px; - font-size: 1.0em; + font-size: 100%; font-family: sans-serif; } -- cgit v1.2.3