Module:Message box/ombox.css: Difference between revisions
Orangestar (talk | contribs) m 1 revision imported: Add Infobox stuff and templates |
Orangestar (talk | contribs) m 1 revision imported |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
background-color: var(--background-color-neutral-subtle, #f8f9fa); | background-color: var(--background-color-neutral-subtle, #f8f9fa); | ||
box-sizing: border-box; | box-sizing: border-box; | ||
color: var(--color-base, #202122); | |||
} | } | ||
Line 85: | Line 86: | ||
width: 238px; | width: 238px; | ||
} | } | ||
} | |||
/** T367463 */ | |||
body.skin--responsive table.ombox img { | |||
max-width: none !important; | |||
} | } | ||