Fix float behaviour fixes

This commit is contained in:
Stéphane Goetz
2015-08-13 23:03:19 +02:00
parent abfc3fa597
commit edb670ba3e
2 changed files with 35 additions and 25 deletions
templates/layout
themes/daux/js

@ -27,7 +27,7 @@
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<body class="<?= $params['html']['float'] ? 'with-float' : ''; ?>">
<?= $this->section('content'); ?>
<?php