Skip to content

Instantly share code, notes, and snippets.

@scottwyden
Last active December 11, 2015 11:38
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 scottwyden/4595334 to your computer and use it in GitHub Desktop.
Save scottwyden/4595334 to your computer and use it in GitHub Desktop.
Print CSS for Photocrati Dynamic CSS Option
@media only print
{
body:after { content: "Please consider the environment and don't waste paper."; }
#sidebar, #menu_wrapper, #nav-below, #respond {display: none;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment