Created
February 22, 2011 21:58
-
-
Save DCarper/839505 to your computer and use it in GitHub Desktop.
double dotted border
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
| #wrap | |
| padding-bottom: 10px | |
| border-bottom: dotted white 1px | |
| #wrap:after | |
| border-bottom: 1px dotted white | |
| content: '' | |
| position: absolute | |
| width: 100% | |
| height: 20px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment