Skip to content

Commit 5d42029

Browse files
committed
Remove text indent on comment form fields.
1 parent 152d6d4 commit 5d42029

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jquery/css/blog.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,13 @@ a.comment-reply-link > span {
200200
box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
201201
position: relative;
202202
padding: 10px;
203-
text-indent: 80px;
204203
}
205204
#respond .comment-form-author,
206205
#respond .comment-form-email,
207206
#respond .comment-form-url,
208207
#respond .comment-form-comment {
209208
position: relative;
210209
}
211-
#respond input[type="text"]:focus,
212-
#respond textarea:focus {
213-
text-indent: 0;
214-
z-index: 1;
215-
}
216210
#respond textarea {
217211
resize: vertical;
218212
width: 95%;

0 commit comments

Comments
 (0)