mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +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;
|
||||
}
|
||||
|
||||
td {
|
||||
td,
|
||||
div.mbox-text {
|
||||
position: relative;
|
||||
padding: @amboxPadding @amboxPadding @amboxPadding @amboxIconPadding;
|
||||
// Override !important above if this is a div
|
||||
padding: @amboxPadding @amboxPadding @amboxPadding @amboxIconPadding !important;
|
||||
|
||||
> div,
|
||||
> span {
|
||||
|
|
Loading…
Reference in a new issue