Fixed sidebar not properly cleared
authorAlexander Ebert <ebert@woltlab.com>
Wed, 28 Mar 2012 22:01:35 +0000 (00:01 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 28 Mar 2012 22:01:35 +0000 (00:01 +0200)
com.woltlab.wcf/template/header.tpl

index 5fc0e6f2a059a297388470bee277d53d89d4f181..0cca1ffa065ae4339ae257f020e3b46a02f7b9a2 100644 (file)
@@ -59,7 +59,7 @@
                {/if}
                                
                <!-- CONTENT -->
-               <section id="content" class="content">
+               <section id="content" class="content clearfix">
                        
                        {if $skipBreadcrumbs|empty}{include file='breadcrumbs' sandbox=false}{/if}
                        
\ No newline at end of file