diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-15 19:13:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-15 19:13:49 -0400 |
commit | 6079233a07374e6a9f96ec57d5db6016e8939e1d (patch) | |
tree | 360a3921bfe12075bfc2a5a931721d9caf897b4d /assets/css/src | |
parent | cea32af4064d483b02f070db86a7a84d723bea81 (diff) |
Add Makefile and remove the scripts directory
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/form.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |