Skip to content

Instantly share code, notes, and snippets.

@w1shen
Last active December 14, 2015 18:19
Show Gist options
  • Save w1shen/5128304 to your computer and use it in GitHub Desktop.
Save w1shen/5128304 to your computer and use it in GitHub Desktop.
Include the following code in front of the end head tag of your template file.
<!-- Syntax Highlighter Additions START -->
<link href='http://alexgorbatchev.com/pub/sh/current/styles/shCore.css' rel='stylesheet' type='text/css'/>
<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/>
<!-- Remove Vertical Scrollbar -->
<style type='text/css'>
.syntaxhighlighter {
overflow-y: hidden !important;
overflow-x: auto !important;
}
</style>
<!-- Syntax Highlighter Additions END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment