prevent admin.css from override body padding
This commit is contained in:
parent
2d1b9faeca
commit
a7510dc0ec
|
@ -16,7 +16,7 @@
|
|||
body {
|
||||
background: white;
|
||||
font-family: "Open Sans", Tahoma, Verdana, Arial, sans-serif;
|
||||
padding-top: 60px;
|
||||
padding-top: 60px !important;
|
||||
}
|
||||
td {
|
||||
word-wrap: break-word;
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
body {
|
||||
background: white;
|
||||
font-family: @ftText;
|
||||
padding-top: 60px;
|
||||
padding-top: 60px !important;
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
Loading…
Reference in New Issue