Created
June 22, 2011 19:25
-
-
Save nathansmith/1040919 to your computer and use it in GitHub Desktop.
This file contains 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
.background_clip | |
// Seriously, why isn't this just the | |
// freakin' default in all browsers? | |
+background-clip(padding-box) | |
// Not sure what this does? Have a looksie... | |
// http://compass-style.org/examples/compass/css3/background-clip | |
// Crucial, if you have rounded corners on something with | |
// both background color and a border. Without, background | |
// will bleed through the border's edge, looking gross. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment