diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-06 22:49:08 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-06 22:49:08 +0100 |
commit | b467050d3f65830e175f4a1483db11e0c603aca3 (patch) | |
tree | f56549ff998890309f78b525972c9b578d016503 /static | |
parent | 0d37af8098ed4bc7f3ffc552e8454ee897eb39c1 (diff) | |
download | Ishtar-b467050d3f65830e175f4a1483db11e0c603aca3.tar.bz2 Ishtar-b467050d3f65830e175f4a1483db11e0c603aca3.zip |
Creation of context record (refs #18)
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; } |