a tiny bit taller textareas

This commit is contained in:
joshua stein 2012-08-11 19:55:35 -05:00
parent f541d4118c
commit f6b252e456

View file

@ -91,6 +91,9 @@ textarea {
color: #555;
line-height: 1.2em;
}
textarea {
line-height: 1.35em;
}
input,
button,
select,
@ -516,7 +519,6 @@ div.story_text p {
div.comment_text {
max-width: 700px;
line-height: 1.35em;
}
div.comment_text blockquote,
@ -632,7 +634,6 @@ div#story_box #story_tags_a {
width: 624px;
}
div#story_box textarea {
line-height: 1.3em;
width: 600px;
}
div#story_box div.markdown_help_toggler {