header size

fix #5
This commit is contained in:
Olivier Mayer
2015-02-19 18:35:18 +09:00
parent 1f2d79355f
commit 50352c0e90
2 changed files with 19 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<body class="PNB">
<div id="mainContainer" class="PNB">
{% include 'common/menubar.html.twig' %}
<div class="PNB" id="mainContent" style="top:30px; min-width:900px; overflow-x:auto; overflow-y:auto;">
<div class="PNB" id="mainContent">
{% block content %}{% endblock %}
</div>
</div>