Skip to content

Instantly share code, notes, and snippets.

@samchrisp
Created November 12, 2009 05:56
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 samchrisp/232640 to your computer and use it in GitHub Desktop.
Save samchrisp/232640 to your computer and use it in GitHub Desktop.
/* headings */
h1, h2, h3 {
font-family: Tahoma, sans-serif;
font-weight: bold;
}
h1 {
margin: 1em 0 .6em 0;
color: #666;
}
h2 {
margin: 1.2em 0 -0.6em 0;
font-size: 1.1em;
line-height: 1em;
}
/* body text */
div, p {
font-family: Georgia;
margin: 1.2em 0;
background-color: transparent;
}
/* lists */
ul, ol {
margin: 0;
}
li {
margin: 1.2em 0;
}
ol ol li {
list-style: lower-alpha;
}
ol ol ol li {
list-style: lower-roman;
}
/* images */
img {
border: 5px solid #eee;
}
/* toc */
div.writely-toc li {
font-family: Tahoma;
margin: 0.4em;
}
/* page footer */
div.google_footer {
border-top: 1px solid black;
padding-top: 0.4em;
font-weight: bold;
color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment