Fixed bottom statusline position in dev environment

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-08-16 22:06:32 +02:00
parent f15d0215dd
commit 4772fd2273
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
</div>{# div#wrapper #} </div>{# div#wrapper #}
<div id="bottom-line-wrapper"> <div id="bottom-line-wrapper">
<div id="bottom-line-padding"></div> <div id="bottom-line-padding"></div>
<div id="bottom-line"{% if app.environment == 'dev' %} style="bottom: 40px;"{% endif %}> <div id="bottom-line"{% if app.environment == 'dev' %} style="bottom: 39px;"{% endif %}>
</div> </div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">