Created
April 30, 2010 01:20
-
-
Save whym/384560 to your computer and use it in GitHub Desktop.
css for API docs on java.sun.com
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
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain(java.sun.com) { | |
| body { | |
| font-family: "Arial", sans-serif; | |
| } | |
| p, dd, table { | |
| max-width: 55em; | |
| } | |
| p { | |
| margin: auto auto; | |
| } | |
| dl { | |
| margin: auto 1.5em; | |
| } | |
| code, pre { | |
| font-family : "Consolas", "Courier New", monospace !important; | |
| } | |
| pre { | |
| background-color : transparent !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment