html - HTML5 Boilerplate makes a gap in the bottom of the site -
i'm starting html5 boilerplate days and, in actual project, i'm having trouble. see, css of boilerplate defines <html>
this:
html { color: #222; font-size: 1em; line-height: 1.4; }
this makes gap in bottom of site and, removing font-size , line-height, gap decreases doesn't disappear.
this gap appears on chrome , not in firefox, safari or opera.
any idea why?
solved guys.
it cache , javascript.
i've cleaned browser cache , hit ctrl+f5. seems ok now.
thank you.
Comments
Post a Comment