Created
December 22, 2011 16:24
-
-
Save alsoicode/1510877 to your computer and use it in GitHub Desktop.
compiled .less with concatenated rule failure
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
body { background: URL("../images/bg-page.jpg") no-repeat scroll 50% 0 #050404; } | |
img { display: block; } | |
footer { | |
border-top: none; | |
margin-top: 0; | |
padding-top: 0; | |
} | |
footer p { | |
font-size: 10px; | |
color: white; | |
} | |
#cchs-logo { | |
display: block; | |
margin: 10px 0 0 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment