This commit is contained in:
Van
2019-03-01 13:20:06 +08:00
parent b1a6c42c0d
commit 42d5306618
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ a {
input, textarea {
font: 12px Helvetica;
max-width: 96%;
}
img {
@@ -1851,7 +1850,8 @@ textarea#comment, textarea#commentReply {
font-size: 13px;
color: #444;
height: 110px;
width: 98%;
box-sizing: border-box;
width: 100%;
padding: 3px;
box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}