Skip to content

Instantly share code, notes, and snippets.

@tomkao
Created January 19, 2011 10:30
Show Gist options
  • Save tomkao/785975 to your computer and use it in GitHub Desktop.
Save tomkao/785975 to your computer and use it in GitHub Desktop.
This CSS help hiding Blogger "Navbar"
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment