diff options
| author | Le Jeune Yann <lj.yann@gmail.com> | 2011-03-08 22:00:02 +0100 |
|---|---|---|
| committer | Le Jeune Yann <lj.yann@gmail.com> | 2011-03-08 22:00:02 +0100 |
| commit | f0e716de98b30385c6716618431329239ba2f94d (patch) | |
| tree | 18f0c205079b80bc7250bcc983adbcc0a9aa3829 /static/media/style.css | |
| parent | ae0a1a754acb1244df642ce5940d459b5f31f894 (diff) | |
| parent | 7832dc999fd7d3128efe2547ed503b45958e2c52 (diff) | |
| download | Ishtar-f0e716de98b30385c6716618431329239ba2f94d.tar.bz2 Ishtar-f0e716de98b30385c6716618431329239ba2f94d.zip | |
Merge branch 'master' of ssh://lysithea.proxience.com/home/proxience/git/ishtar
Diffstat (limited to 'static/media/style.css')
| -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; } |
