From 85efb3594d6afe9677c6b568c7397fc61ed2f68f Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 22:40:20 +0200 Subject: [PATCH] Editing index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c0ee17c..0681f78 100644 --- a/index.html +++ b/index.html @@ -209,7 +209,7 @@ input { padding: 7px; width: 80px; font-family: 'Merriweather Sans', sans-serif; - font-size: 13px; + font-size: 12px; margin: 15px 0 0 0; -moz-border-radius: 0px 3px 3px 0px; -webkit-border-radius: 0px 3px 3px 0px; @@ -232,7 +232,7 @@ input:focus { background: #4a6f28; padding: 7px; margin: 15px 0 0 0; - font-size: 13px; + font-size: 12px; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px;