From 6ea443670a78fbb86f2e9bfe24f937e5a3ec47d7 Mon Sep 17 00:00:00 2001 From: Michael Kliewe Date: Sun, 2 Sep 2012 02:49:42 +0200 Subject: [PATCH] removed \9 from style.css --- public/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 31b0c63..28af865 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -4,7 +4,7 @@ body { } .zf-green { - color: #68b604; + color: #68b604; } .btn-success { @@ -27,7 +27,7 @@ body { } .btn-success:active, .btn-success.active { - background-color: #57a900 \9; + background-color: #57a900; } div.container a.brand { -- 1.7.10.4