Skip to content

Instantly share code, notes, and snippets.

@fucha-co
Created August 6, 2012 06:16
Show Gist options
  • Save fucha-co/3271300 to your computer and use it in GitHub Desktop.
Save fucha-co/3271300 to your computer and use it in GitHub Desktop.
CSS: Bootstrap Centre Navbar
.center.navbar .nav,
.center.navbar .nav > li {
float:none;
display:inline-block;
*display:inline; /* ie7 fix */
*zoom:1; /* hasLayout ie7 trigger */
vertical-align: top;
}
.center .navbar-inner {
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment