Created
November 11, 2015 06:24
-
-
Save hoanganh25991/9412f756bd81145be040 to your computer and use it in GitHub Desktop.
list with no border-right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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