comparison static/css/styles.css @ 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
comparison
equal deleted inserted replaced
324:6a2a8d386278 325:92900603186d
22 body { font: .975em/1.4285em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #111; background-color: #fff; width: 900px; margin: 0 auto; position: relative; } 22 body { font: .975em/1.4285em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #111; background-color: #fff; width: 900px; margin: 0 auto; position: relative; }
23 23
24 /* 24 /*
25 * Headings 25 * Headings
26 */ 26 */
27 h1, h2, h3 { font-size: 1em; font-family: Palatino, "Palatino Linotype", Times, serif; margin: 0 0 .5em 0; font-weight: normal; } 27 h1, h2, h3, h4, h5, h6 { font-size: 1em; font-family: Palatino, "Palatino Linotype", Times, serif; margin: 0 0 .5em 0; font-weight: normal; }
28 h4, h5, h6 { font-size: 1em; margin: 0 0 .5em 0; } 28 h4, h5, h6 { font-weight: bold; }
29 h1 { font-size: 2em; } 29 h1 { font-size: 2em; }
30 h2 { font-size: 1.6em; } 30 h2 { font-size: 1.6em; }
31 h3 { font-size: 1.3em; } 31 h3 { font-size: 1.3em; }
32 32
33 /* 33 /*