diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-28 18:53:43 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-28 19:13:18 +0100 |
commit | 537b4b443b5e9232a90b506c804c52ea0ed396ba (patch) | |
tree | d029ca34d5ec5c7bd95b1ee50898936d13f8cacb /static | |
parent | 93c4a26b633285c1e95de5ba304916870a17aa5c (diff) | |
download | Ishtar-537b4b443b5e9232a90b506c804c52ea0ed396ba.tar.bz2 Ishtar-537b4b443b5e9232a90b506c804c52ea0ed396ba.zip |
First work on the wizard (refs #51)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/media/style.css b/static/media/style.css index d1b536f1f..863cef014 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -49,7 +49,7 @@ div#logo{ } div#context_menu{ - height:150px; + height:110px; margin-left:200px; margin-right:20px; margin-bottom:20px; |