style width update

Removal of max-width.
Couldn't find where the "quick-edit-div" was, but should be fine.
Also fixing my lack of spaces from the previous edit.
This commit is contained in:
Lightforger
2013-03-18 13:25:52 +01:00
parent 869249b20a
commit 3ae8badded

View File

@@ -263,8 +263,8 @@ div#c-posts {
}
#content {
margin-left:15em;
padding-left:1em;
margin-left: 15em;
padding-left: 1em;
}
span.close-button {
@@ -277,7 +277,7 @@ div#c-posts {
div#quick-edit-div {
textarea {
width: 30em;
width: 100%;
height: 4em;
display: block;
}