You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably just forgetting to add the clearfix class to your wrapper div. your
code should look something like this:
<body>
<div id="wrapper" class="clearfix">
...
</div>
</body>
Original issue reported on code.google.com by
[email protected]
on 9 Jul 2014 at 10:19The text was updated successfully, but these errors were encountered: