# HG changeset patch # User Steve Losh # Date 1258081300 18000 # Node ID 92900603186df1323d79b7653e2aeb01d6f3c986 # Parent 6a2a8d3862787ea8fca384ece7833eeb583a5497 Make all the headers one font. diff -r 6a2a8d386278 -r 92900603186d static/css/styles.css --- 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; }