textarea css

This commit is contained in:
Philip Häusler 2011-07-13 15:59:35 +02:00
parent 2bf28a3505
commit 2f822b8f7d
1 changed files with 3 additions and 0 deletions

View File

@ -132,7 +132,10 @@ td, th {
} }
textarea { textarea {
font-family: inherit;
font-size: inherit;
height: 200px; height: 200px;
padding: 2px;
width: 300px; width: 300px;
} }