default the email field to LTR

This commit is contained in:
Yoav Farhi 2015-07-07 14:03:01 +03:00
parent 7d743936fc
commit 7d1ae4788a

View file

@ -153,6 +153,10 @@ table td,table th,.menu-toggle {
margin-right:auto;
}

#respond .comment-form-email input {
direction:ltr;
}

.comment-list ol.children .comment-meta {
float:right;
margin-left:6.6666666667%;