From 53d47b247fd5c19fc971edc26d5aaf7a11119fda Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 15 Jan 2009 03:40:18 -0500 Subject: [PATCH] Rewrite stylesheet to have padding on featured-content. Also restore breadcrumb CSS. Signed-off-by: Edward Z. Yang --- style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index bc50c38..d205d1a 100644 --- a/style.css +++ b/style.css @@ -95,14 +95,14 @@ ul#navigation li a span{ } #featured-block{ - width:430px; + width:376px; background-color:#EEEEEE; margin-left:277px; - padding: 27px 0; + padding: 27px; } .generic{ - width: 644px !important; + width: 590px !important; } #hidden-title{ @@ -138,6 +138,10 @@ ul#navigation li a span{ text-decoration:underline; } +.breadcrumbs{ + text-align:right; +} + /* Sublayout CSS */ .cols:after{ @@ -177,24 +181,22 @@ a img{ font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; padding-bottom:10px; border-bottom: 1px solid #A8A9AD; - margin: 0 22px; margin-bottom:1em; text-transform: uppercase; } #featured-block h2{ font-size:1.3em; font-weight: bold; - margin: 1em 22px; + margin-bottom: 1em; font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; } #featured-block p{ - margin: 1em 33px; + margin-bottom: 1em; line-height: 1.5em; } /* Page Specific CSS (for now, Mainpage) */ dl.services{ - margin:0 33px; padding:0; list-style: none; line-height: 1.5em; -- 2.45.2