From 9b3529df44377220fddd8f5a5c94a68248232b19 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 9 Jan 2011 18:11:08 -0500 Subject: [PATCH] docs - style headers --- css/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2285e93..873e65e 100644 --- a/css/style.css +++ b/css/style.css @@ -11,7 +11,7 @@ body { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.7em; - background: #262222; + background: #1F1E1D; color: #FFF; } @@ -24,6 +24,23 @@ h1, h2, h3, p, ul, ol, pre, dl { margin-bottom: 1.0em; } +h1 { + font-size: 32px; + line-height: 1.1em; +} + +h2 { + font-size: 24px; + line-height: 1.1em; +} + +h3 { + color: #FEC; + background: hsla( 0, 0%, 0%, 0.15 ); + padding: 2px 0.5em; + margin-bottom: 0.5em; +} + ul, ol { margin-left: 1.5em; }