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?

enter image description here

solved guys.

it cache , javascript.

i've cleaned browser cache , hit ctrl+f5. seems ok now.

thank you.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -