From e97177f930d73153a4a47ee5c5090bcd18b7f71e Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 9 Jan 2014 04:59:59 +0400 Subject: [PATCH] Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead --- web/css/site.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web/css/site.css b/web/css/site.css index 66be560..a8508c4 100644 --- a/web/css/site.css +++ b/web/css/site.css @@ -70,17 +70,6 @@ a.desc:after { color: #999; } -.error-block { - display: none; - margin-top: 5px; - margin-bottom: 10px; - color: #a94442; -} - -.has-error .error-block { - display: block; -} - .error-summary { color: #a94442; background: #fdf7f7;