Fix float behaviour fixes #246
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user