Skip to content

Instantly share code, notes, and snippets.

@pgherveou
Created February 26, 2012 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgherveou/1916553 to your computer and use it in GitHub Desktop.
Save pgherveou/1916553 to your computer and use it in GitHub Desktop.
Untitled
ul {
overflow: hidden;
*zoom: 1;
height: 50px;
background: #333;
color: white;
}
li {
margin-left: 0;
white-space: nowrap;
display: inline;
float: left;
}
a {
display:block;
line-height: 50px;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li><a>+</a></li>
<li><a>23</a></li>
<li><a>Pierre-Guillaume</a></li>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment