Skip to content

Commit c201124

Browse files
committed
Fixed bug in css rule
1 parent 369fca0 commit c201124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ input[type=submit] {
9191
background: pink;
9292
}
9393

94-
span.chars_left
94+
span.chars_left,
9595
span.jquery_form_error_message {
9696
background: #f2f2f2;
9797
padding: 0 2px;

0 commit comments

Comments
 (0)