prevent admin.css from override body padding

This commit is contained in:
Konrad Mohrfeldt 2012-02-06 00:38:33 +01:00
parent 2d1b9faeca
commit a7510dc0ec
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
body { body {
background: white; background: white;
font-family: "Open Sans", Tahoma, Verdana, Arial, sans-serif; font-family: "Open Sans", Tahoma, Verdana, Arial, sans-serif;
padding-top: 60px; padding-top: 60px !important;
} }
td { td {
word-wrap: break-word; word-wrap: break-word;

View File

@ -87,7 +87,7 @@
body { body {
background: white; background: white;
font-family: @ftText; font-family: @ftText;
padding-top: 60px; padding-top: 60px !important;
} }
td { td {