From 143d382154a1645ca1eee806d7cbd47907beb7d6 Mon Sep 17 00:00:00 2001 From: Paul Gillard Date: Wed, 11 Feb 2009 20:47:25 +0000 Subject: [PATCH 1/1] Stylesheet changes to make paragraphs within intro section on left hand side of home page space correctly. Changes tested in: Firefox 3.0.6 - OSX Safari 3.2.1 - OSX Firefox 3.0.6 - Win XP Pro IE7 7.0.5730 - Win XP Pro IE6 - WIn XP Pro Google Chrome 0.2.149.27 - Win XP Pro Home page now displays correctly in Google Chrome. --- public/stylesheets/site.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index c0f4182a4..ba9f21772 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -64,13 +64,14 @@ body { } #intro { - width: 150px; + width: 170px; margin: 10px; - padding: 0px 10px; border: 1px solid #ccc; font-size: 11px; } +#intro p { margin: 10px; } + #alert { width: 150px; margin: 10px; -- 2.43.2