Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top white border in both IE and Chrome #62

Open
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment
Open

Top white border in both IE and Chrome #62

GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Seems to be a top white border that stretches 100% and is probably only 10px in 
height. Happens in both IE and Chrome. (Newest versions both)


Original issue reported on code.google.com by [email protected] on 9 Jul 2014 at 10:19

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 10 Sep 2014 at 10:41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant