Skip to content

Instantly share code, notes, and snippets.

@cwgem
Created March 23, 2013 05:18
Show Gist options
  • Select an option

  • Save cwgem/5226557 to your computer and use it in GitHub Desktop.

Select an option

Save cwgem/5226557 to your computer and use it in GitHub Desktop.
html { font-size: 100%; /* IE hack */ }
body {
/* IE5/Win */
text-align:center;
padding-top: 30px;
font-size: 0.75em;
}
/* Title font. */
h1, h2, h3, h4, h5, h6,
div.title, caption.title,
thead, p.table.header,
#toctitle,
#author, #revnumber, #revdate, #revremark,
#footer {
}
/* Percent span layout with auto-centering */
.article {
margin: 0 auto;
width: 70%;
text-align: left;
font-size: 1.2em;
}
h1 {font-size: 2em; } /* displayed at 24px */
h2 {font-size: 1.5em; } /* displayed at 18px */
h3 {font-size: 1.25em; } /* displayed at 15px */
h4 {font-size: 1em; } /* displayed at 12px */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment