From b59b213c585337e29927e45c1f10c286bfdd0a5e Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 29 Jan 2014 18:39:07 -0500 Subject: [PATCH] Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block` --- web/css/site.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/css/site.css b/web/css/site.css index 068d5fd..c9bc751 100644 --- a/web/css/site.css +++ b/web/css/site.css @@ -76,12 +76,6 @@ a.desc:after { white-space: nowrap; } -.hint-block { - display: block; - margin-top: 5px; - color: #999; -} - .error-summary { color: #a94442; background: #fdf7f7;