Only apply textarea style to comment box
This commit is contained in:
parent
75a12d632d
commit
9c6d8d77fb
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user