From add56b94a31a3bd53f0d67a58dd32fa5529434d6 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 14 Jan 2011 11:38:54 -0800 Subject: [PATCH] Bug 625692 - Make header on about:firstrun use full width [r=mfinkle] --HG-- extra : rebase_source : f6aa33fe59aab5a91b841ba0975b8a16caef438b --- mobile/themes/core/firstRun.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mobile/themes/core/firstRun.css b/mobile/themes/core/firstRun.css index 20e74c38c7ef..31451c767508 100644 --- a/mobile/themes/core/firstRun.css +++ b/mobile/themes/core/firstRun.css @@ -44,7 +44,7 @@ body { font-size: 16px; color: #444; border-top: 4px solid #1e4262; - margin-top: 0; + margin: 0; } h1 { @@ -71,7 +71,7 @@ img { text-align: right; height: 30px; padding: 0; - margin: 0 0 20px; + margin: 0 8px 20px; } #header a { @@ -82,6 +82,10 @@ img { -moz-border-radius-bottomleft: 4px; } +#head, #content, #footer { + margin: 0 8px; +} + #head p { font-size: xx-large; }