Skip to content

Instantly share code, notes, and snippets.

@machal
Created October 13, 2009 19:30
Show Gist options
  • Save machal/209471 to your computer and use it in GitHub Desktop.
Save machal/209471 to your computer and use it in GitHub Desktop.
print.css:
#logo img
{
display: none;
}
#logo:after {
content: url('/images/logo.print.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment