Mercurial > hg-website
changeset 325:92900603186d
Make all the headers one font.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 22:01:40 -0500 |
parents | 6a2a8d386278 |
children | dff44420ff54 |
files | static/css/styles.css |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/static/css/styles.css Thu Nov 12 22:00:42 2009 -0500 +++ b/static/css/styles.css Thu Nov 12 22:01:40 2009 -0500 @@ -24,8 +24,8 @@ /* * Headings */ -h1, h2, h3 { font-size: 1em; font-family: Palatino, "Palatino Linotype", Times, serif; margin: 0 0 .5em 0; font-weight: normal; } -h4, h5, h6 { font-size: 1em; margin: 0 0 .5em 0; } +h1, h2, h3, h4, h5, h6 { font-size: 1em; font-family: Palatino, "Palatino Linotype", Times, serif; margin: 0 0 .5em 0; font-weight: normal; } +h4, h5, h6 { font-weight: bold; } h1 { font-size: 2em; } h2 { font-size: 1.6em; } h3 { font-size: 1.3em; }