Skip to content

Instantly share code, notes, and snippets.

@prenagha
Created July 31, 2012 14:42
Show Gist options
  • Save prenagha/3217500 to your computer and use it in GitHub Desktop.
Save prenagha/3217500 to your computer and use it in GitHub Desktop.
Safari User Stylesheet
html {
zoom: 1.2;
font: 16px Georgia;
}
img, video {
zoom: .8;
}
* {
/* wrap long strings of text without spaces */
word-wrap: break-word;
}
pre, code, tt {
white-space: pre-wrap; /* soft wrap pre blocks */
font: 14px Menlo;
}
@media print {
html {
zoom: 1;
}
}
@prenagha
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment