Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created July 30, 2014 14:53
Show Gist options
  • Save jpcontrerasv/53fdc91fd4bfa0a55b12 to your computer and use it in GitHub Desktop.
Save jpcontrerasv/53fdc91fd4bfa0a55b12 to your computer and use it in GitHub Desktop.
Centrar las ul-li
.ul {
overflow: hidden;
text-align:center;
}
.ul li {
display:inline-block;
*display:inline; /*IE7*/
*zoom:1; /*IE7*/
overflow:hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment