diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css index 27a31c08b..5d00ff793 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -29,6 +29,10 @@ label:first-letter { text-transform: uppercase; } +textarea{ + height:80px; +} + td{ text-align:left; } |