From: Paul Gillard Date: Wed, 11 Feb 2009 20:47:25 +0000 (+0000) Subject: Stylesheet changes to make paragraphs within intro section on left hand side of home... X-Git-Tag: live~7643 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/143d382154a1645ca1eee806d7cbd47907beb7d6?hp=faa1a4825021ab6fe84272cffb875d45e4150c8b 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. --- 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;