Bug 920279 - Change margin-left and margin-right for banner and aboutLinks to 0px. r=mleibovic

This commit is contained in:
Tan 2014-01-27 15:34:22 -05:00
parent 1e27e7bc1b
commit cfbc3bf9f0

View File

@ -27,7 +27,6 @@ body {
}
#banner {
margin: 0 -10px;
min-height: 150px;
background-color: #bdc7ce;
}
@ -79,7 +78,7 @@ body {
}
#aboutLinks {
margin: 0 -10px 15px -10px;
margin: 0 0 15px 0;
padding: 0;
}