Skip to content

Instantly share code, notes, and snippets.

@whym
Created April 30, 2010 01:20
Show Gist options
  • Select an option

  • Save whym/384560 to your computer and use it in GitHub Desktop.

Select an option

Save whym/384560 to your computer and use it in GitHub Desktop.
css for API docs on java.sun.com
@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