Minor fix for firefox.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-18 01:42:05 -03:00
parent d751f2be55
commit a845a87183
3 changed files with 4 additions and 3 deletions

View File

@@ -19,13 +19,14 @@ div#headerLogo {
height: 40px;
width: 80px;
float: left;
padding-left: 20px;
}
div#headerInfo {
width: 100%;
height: @header-info-height;
color: white;
padding: 0px 18px
padding: 0px 0px
}