From b773d5f5aecbfac5c8940484270d7f26001c13f3 Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 16 Feb 2015 17:36:01 +0200 Subject: [PATCH] Cleaning up CSS --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aa8f4dc..46c2a07 100644 --- a/index.html +++ b/index.html @@ -219,7 +219,7 @@ input:focus { background: #4a6f28; } #ip { - border: 1px solid #4a6f28; + border: #4a6f28 1px solid; color: #000; background: #4a6f28; padding: 7px;