Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix font sizes in exported html
  • Loading branch information
vwood committed May 10, 2012
1 parent 42da63b commit bdee422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.el
Expand Up @@ -151,9 +151,9 @@
html, body { height: 100%; } html, body { height: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 18px; font-family: sans-serif; font-weight: normal; } h1, h2, h3, h4, h5, h6 { font-size: 18px; font-family: sans-serif; font-weight: normal; }
h1, h2, h3 { letter-spacing: -1px; font-weight: bold; } h1, h2, h3 { letter-spacing: -1px; font-weight: bold; }
h1, h2 { text-align: center; } h1, h2 { text-align: center; font-size: 24px; }
h1 { margin-bottom: 1em; font-size: 24px; font-weight: bolder; } h1 { margin-bottom: 1em; font-size: 32px; font-weight: bolder; }
.title { font-size: 32px; } .title { font-size: 36px; }
#content { text-align: justify; width: 52em; margin: 3em auto 2em auto; line-height: 1.5em; } #content { text-align: justify; width: 52em; margin: 3em auto 2em auto; line-height: 1.5em; }
.outline-1 { margin-bottom: 2em; } .outline-1 { margin-bottom: 2em; }
.outline-2 { margin-bottom: 1em; } .outline-2 { margin-bottom: 1em; }
Expand Down

0 comments on commit bdee422

Please sign in to comment.