Bug 625692 - Make header on about:firstrun use full width [r=mfinkle]

--HG--
extra : rebase_source : f6aa33fe59aab5a91b841ba0975b8a16caef438b
This commit is contained in:
Matt Brubeck 2011-01-14 11:38:54 -08:00
parent d1903d6022
commit 782919f9a4

View File

@ -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;
}