More cleanup of ms-options.php. Allow textarea.large-text class to be applied to inputs as well.

git-svn-id: https://develop.svn.wordpress.org/trunk@13795 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-03-22 04:19:10 +00:00
parent fb28554cf0
commit 30a7c8d8b6
3 changed files with 36 additions and 36 deletions

View File

@@ -1352,6 +1352,7 @@ strong .post-com-count {
width: 10px;
}
input.large-text,
textarea.large-text {
width: 99%;
}