From 346a9b1e2d7e4d4c5a0796f47be620e26aab33e8 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sun, 14 Mar 2010 04:59:46 -0400 Subject: [PATCH] Style tweaks so we can have h1s on pages --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c382fb2..be515da 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ a:link:hover, a:visited:hover { margin:0 auto; background: url('images/gradient.jpg') no-repeat center top #EEEEEE; } -#content-block h1{ +#content-block > h1{ float:right; color:#ffffff; font-size:2em; @@ -151,12 +151,15 @@ ul#navigation li a span{ margin-top: 3em; } -#featured-block h2{ +#featured-block h1, #featured-block h2{ font-size:1.5em; font-weight: bold; margin: 1em 0; font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; } +#featured-block h1 { + font-size: 2em; +} #featured-block p{ margin: 1em 0; } -- 2.44.0