Skip to content

Instantly share code, notes, and snippets.

@hulufei
Last active December 29, 2015 17:19
Show Gist options
  • Select an option

  • Save hulufei/7703865 to your computer and use it in GitHub Desktop.

Select an option

Save hulufei/7703865 to your computer and use it in GitHub Desktop.
Collapse border like table cell.
ul {
// align
margin-left: 1px;
}
li {
float: left;
border: 1px solid #ccc;
// container bg
background: #FFF;
margin: -1px;
// align
padding-left: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment