Last active
December 2, 2016 20:23
-
-
Save capnslipp/208d50e8a6c630d053b4f22e704f28a5 to your computer and use it in GitHub Desktop.
Userstyle CSS for developer.apple.com/reference/*
This file contains hidden or 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
@-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; | |
} | |
} |
This file contains hidden or 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
@-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