Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Created November 11, 2015 06:24
Show Gist options
  • Save hoanganh25991/9412f756bd81145be040 to your computer and use it in GitHub Desktop.
Save hoanganh25991/9412f756bd81145be040 to your computer and use it in GitHub Desktop.
list with no border-right
#tabs ul {
margin-left: 0;
padding-left: 0;
display: inline;
} #tabs ul li {
margin-left: 0;
margin-bottom: 0;
padding: 2px 15px 5px;
border: 1px solid #000;
list-style: none;
display: inline;
}
#tabs ul li.here {
border-bottom: 1px solid #ffc;
list-style: none;
display: inline;
}
#po
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment