Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@capnslipp
Last active December 2, 2016 20:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capnslipp/208d50e8a6c630d053b4f22e704f28a5 to your computer and use it in GitHub Desktop.
Save capnslipp/208d50e8a6c630d053b4f22e704f28a5 to your computer and use it in GitHub Desktop.
Userstyle CSS for developer.apple.com/reference/*
@-moz-document url-prefix("http://developer.apple.com/reference/"), url-prefix("https://developer.apple.com/reference/") {
.section-content {
margin-left: 4rem !important;
margin-right: 4rem !important;
width: auto !important;
}
.topic-description, .topic-content {
width: auto !important;
float: none !important;
}
.topic-summary {
width: auto !important;
margin-top: 2rem !important;
}
}
@-moz-document url-prefix("http://developer.apple.com/reference/"), url-prefix("https://developer.apple.com/reference/") {
html {
font-size: 10pt !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment