Module:Message box/ambox.css: Difference between revisions
m 1 revision imported |
m 1 revision imported |
||
| (One intermediate revision by one other user not shown) | |||
| Line 95: | Line 95: | ||
.ambox .mbox-image-div { | .ambox .mbox-image-div { | ||
width: 52px; | width: 52px; | ||
} | } | ||
| Line 105: | Line 100: | ||
.ambox { | .ambox { | ||
margin: 0 10%; /* 10% = Will not overlap with other elements */ | margin: 0 10%; /* 10% = Will not overlap with other elements */ | ||
} | |||
} | |||
@media print { | |||
body.ns-0 .ambox { | |||
display: none !important; | |||
} | } | ||
} | } | ||