removed \9 from style.css
authorMichael Kliewe <info@phpgangsta.de>
Sun, 2 Sep 2012 00:49:42 +0000 (02:49 +0200)
committerMichael Kliewe <info@phpgangsta.de>
Sun, 2 Sep 2012 00:49:42 +0000 (02:49 +0200)
public/css/style.css

index 31b0c63..28af865 100644 (file)
@@ -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 {