Removed invalid value from admin CSS.
The keyword value 'none' is not a valid value for padding-bottom.
This commit is contained in:
parent
0ebabe325d
commit
f2051eb8a7
|
@ -155,7 +155,6 @@
|
||||||
|
|
||||||
#changelist-filter ul:last-child {
|
#changelist-filter ul:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding-bottom: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#changelist-filter li {
|
#changelist-filter li {
|
||||||
|
|
Loading…
Reference in New Issue