Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alsoicode/1510877 to your computer and use it in GitHub Desktop.
Save alsoicode/1510877 to your computer and use it in GitHub Desktop.
compiled .less with concatenated rule failure
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