Created
April 18, 2013 02:01
-
-
Save gurdiga/5409384 to your computer and use it in GitHub Desktop.
Personalized Web Options
^https://github.com
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
@media print { | |
.pagehead, .frame-meta, .meta, #footer, .header { | |
display: none; | |
} | |
article.entry-content { | |
font-side: x-small; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment