소스 검색

Fixes #1856: The default CSS class for hint generated by `ActiveField` is changed to `help-block`

Qiang Xue 12 년 전
부모
커밋
b59b213c58
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      web/css/site.css

+ 0 - 6
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;