better look on wide displays
[mdref/mdref] / views / layout.phtml
index 6cc571ba21b44ef569da08627d54063b57b7a4fc..a967dc5ba40f39956fc7cc6f87669e0c66f49336 100644 (file)
@@ -19,6 +19,7 @@
                <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
        </head>
        <body>
+               <div class="page">
                <?php include __DIR__."/sidebar.phtml" ?>
                <?php if (isset($exception)) : ?>
                        <?= \mdref\ExceptionHandler::htmlException($exception) ?>
@@ -47,5 +48,6 @@
                <?php if (isset($baseUrl)) : ?>
                        <script src="index.js"></script>
                <?php endif; ?>
+               </div>
        </body>
 </html>