Skip to content

Instantly share code, notes, and snippets.

@kirsn
Last active December 15, 2015 15:48
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 kirsn/5283980 to your computer and use it in GitHub Desktop.
Save kirsn/5283980 to your computer and use it in GitHub Desktop.
My styling for the getprismatic website. Works with Stylish firefox addon
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("getprismatic.com") {
/* The images are a major distraction*/
.doc-image img {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment