style.css: remove forced padding from textarea in post form
This commit is contained in:
parent
30bd0b0a91
commit
7c8e5640ef
1 changed files with 1 additions and 4 deletions
|
|
@ -318,12 +318,9 @@ input[type="text"],input[type="password"],textarea {
|
|||
word-spacing: normal;
|
||||
font-size: inherit;
|
||||
font-family: Verdana, sans-serif;
|
||||
|
||||
padding:0px!important;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#upload input[type="file"] {
|
||||
max-width: 270px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue