Created
February 27, 2012 15:26
-
-
Save nickvergessen/1924652 to your computer and use it in GitHub Desktop.
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
.forumbg table.table1 { | |
margin: 0; | |
} | |
.forumbg-table > .inner { | |
margin: 0 -1px; | |
} | |
.forumbg-table > .inner > span.corners-top { | |
margin: 0 -4px -1px -4px; | |
} | |
.forumbg-table > .inner > span.corners-bottom { | |
margin: -1px -4px 0 -4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment