diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-13 15:59:35 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-13 15:59:35 +0200 |
commit | 2f822b8f7dc67e3cebf46bfca76b0594feec6b83 (patch) | |
tree | 587fbd92ca32a3051eeca43d5d31a8b9d03359c4 | |
parent | 2bf28a350561ace7af971a9346aefcfde20c71c2 (diff) |
textarea css
-rw-r--r-- | public/css/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/base.css b/public/css/base.css index 0e05a4ff..c21ccf81 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -132,7 +132,10 @@ td, th { } textarea { + font-family: inherit; + font-size: inherit; height: 200px; + padding: 2px; width: 300px; } |