Only apply textarea style to comment box

This commit is contained in:
Jef van Schendel 2011-12-09 22:45:26 +01:00
parent 75a12d632d
commit 9c6d8d77fb

View File

@ -191,15 +191,12 @@ text-align: center;
float: right;
}
textarea {
border: none;
background-color: #f1f1f1;
padding: 3px;
}
textarea#comment_content {
width: 634px;
height: 90px;
border: none;
background-color: #f1f1f1;
padding: 3px;
}
/* forms */