Skip to content

Instantly share code, notes, and snippets.

@Kiloherz
Last active July 7, 2016 17: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 Kiloherz/62dc4eb04adff7a896d2a3ebf810fe93 to your computer and use it in GitHub Desktop.
Save Kiloherz/62dc4eb04adff7a896d2a3ebf810fe93 to your computer and use it in GitHub Desktop.
<script src="//code.jquery.com/jquery-3.0.0.slim.min.js"></script>
<script>
$(document).ready(function () {
$('.gist-meta').hide();
$('.gist-file').css('border-bottom', 'none');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment