Last active
December 29, 2015 17:19
-
-
Save hulufei/7703865 to your computer and use it in GitHub Desktop.
Collapse border like table cell.
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
| 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