diff options
Diffstat (limited to 'www-ssl/css')
-rw-r--r-- | www-ssl/css/base.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css index bfe050a5..44e1959c 100644 --- a/www-ssl/css/base.css +++ b/www-ssl/css/base.css @@ -109,6 +109,11 @@ td, th { border: 1px solid #888; } +textarea { + height: 200px; + width: 300px; +} + .background { background: #f0f0f0; } |