Created
September 18, 2014 15:09
-
-
Save gspice/d5a8d8567041ef64a304 to your computer and use it in GitHub Desktop.
Gist CSS Formatting Overrides
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
/* | |
Gist Formatting Overrides | |
---------------------------------------------------------------------------------------------------- */ | |
.gist { | |
font-size: 14px; | |
} | |
.gist table { | |
line-height:1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment