Skip to content

Instantly share code, notes, and snippets.

@coyotebush
Created October 1, 2013 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coyotebush/6772205 to your computer and use it in GitHub Desktop.
Save coyotebush/6772205 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://users\.csc\.calpoly\.edu/~grade_cstaley/.*/Transcript.*") {
body {
max-width: 30em;
margin: 2em auto;
font-size: 18px;
}
p, h5 {
font-size: 1em !important;
}
h1, h1 font, h2, h3, h4, h5 {
font-family: sans-serif !important;
}
h3 {
font-size: 1.2em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment