Skip to content

Instantly share code, notes, and snippets.

@gustavoguichard
Created November 6, 2012 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustavoguichard/4024390 to your computer and use it in GitHub Desktop.
Save gustavoguichard/4024390 to your computer and use it in GitHub Desktop.
Compiled CSS
.copyright {
width: 1000px;
max-width: 100%;
min-width: 768px;
margin: 0 auto;
display: block;
font-size: 0.78571em;
bottom: -68px;
position: relative;
}
.copyright:after {
content: "";
display: block;
position: absolute;
background: url('../images/sprites-s02bc010b6b.png') no-repeat;
background-position: 0 -116px;
text-indent: -119988px;
overflow: hidden;
text-align: left;
width: 55px;
height: 33px;
bottom: 48px;
right: 50%;
margin-right: -335px;
}
.contact-page .copyright:after {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment