Skip to content

Instantly share code, notes, and snippets.

@ironfroggy
Created December 5, 2010 01:46
Show Gist options
  • Save ironfroggy/728686 to your computer and use it in GitHub Desktop.
Save ironfroggy/728686 to your computer and use it in GitHub Desktop.
ul.horrow {
list-style: none;
overflow: hidden;
width: 100%;
padding: 0px;
margin: 0px;
}
ul.horrow > li {
display: -moz-inline-box;
display: inline-block;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment