From f53c452eda690ce781d769015c0b8f9f8d82bd6f Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 13 Jul 2015 14:08:27 +0300 Subject: [PATCH] change warn to class --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 86525fd..97794f8 100644 --- a/static/style.css +++ b/static/style.css @@ -4,7 +4,7 @@ body { font-family: Arial,Helvetica,sans-serif; font-size: 100%; } -body warn { +.warn { color: #ff0000; } label {