Created
June 26, 2014 07:57
-
-
Save yayugu/007b9b5085513cb7f5d0 to your computer and use it in GitHub Desktop.
stylish's user script: github tab size 8 to 2
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url-prefix(https://github.com/) { | |
.code-body .line, .file-diff .file-diff-line { | |
tab-size: 2; | |
-moz-tab-size: 2; | |
-o-tab-size: 2; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment