style width update

Maximize width for text area's like 'new post' and 'edit tags' fields.
This commit is contained in:
Lightforger
2013-03-18 13:18:43 +01:00
parent 4e29f4d712
commit 89ca42f69b

View File

@@ -17,7 +17,7 @@ form.simple_form {
}
textarea {
width: 30em;
width: 100%;
font-size: 1.2em;
}