css - override other plugins' custom notice padding
This commit is contained in:
parent
51a493926b
commit
ba26708c9f
@ -32,5 +32,5 @@
|
|||||||
.notice_container > div.error,
|
.notice_container > div.error,
|
||||||
.notice_container > div.notice,
|
.notice_container > div.notice,
|
||||||
.notice_container > div.update-nag{
|
.notice_container > div.update-nag{
|
||||||
margin: 5px 12px 15px 12px;
|
margin: 5px 12px 15px 12px !important; /* Override plugins custom css */
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user