Skip to content

Commit

Permalink
updated default blog.css to include .comment_error
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Oct 28, 2014
1 parent e8ed3d5 commit 68e61f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ input.search_btn { background-color: #eee; height: 22px; line-height: 12px; marg

/* for form */
.success { background-color: #cc0; padding: 2px 5px; }
.error { background-color: #c30; color: #fff; padding: 2px 5px; margin: 0; }
.error, .comment_error { background-color: #c30; color: #fff; padding: 2px 5px; margin: 0; }
span.error_highlight input, span.error_highlight textarea, span.error_highlight select { border: 2px solid #c30; }


Expand Down

0 comments on commit 68e61f1

Please sign in to comment.