Last active
December 14, 2015 18:19
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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