Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created September 10, 2009 01:27
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 wtnabe/184233 to your computer and use it in GitHub Desktop.
Save wtnabe/184233 to your computer and use it in GitHub Desktop.
A user css for nifty clip
@-moz-document url-prefix("http://clip.nifty.com/create?url=") {
#headLogo {
display: none !important;
}
#headBanner {
display: none !important;
}
#subContents {
display: none !important;
}
.value .clipNum {
display: none !important;
}
.tagList {
display: none !important;
}
#createClipForm {
margin-top: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment