mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Merge "Update ambox styles so that they also work on divs"
This commit is contained in:
commit
c45fd3aee0
|
@ -56,9 +56,11 @@ table.ambox {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td,
|
||||||
|
div.mbox-text {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: @amboxPadding @amboxPadding @amboxPadding @amboxIconPadding;
|
// Override !important above if this is a div
|
||||||
|
padding: @amboxPadding @amboxPadding @amboxPadding @amboxIconPadding !important;
|
||||||
|
|
||||||
> div,
|
> div,
|
||||||
> span {
|
> span {
|
||||||
|
|
Loading…
Reference in a new issue