Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Last active December 11, 2015 12:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpalmer/4603471 to your computer and use it in GitHub Desktop.
Save matthewpalmer/4603471 to your computer and use it in GitHub Desktop.
how to hide the bottom bar of embedded Github Gists
.gist .gist-file .gist-meta {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment