MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
/* Infobox images: remove padding and make images fill the infobox width */ | |||
.infobox td.infobox-image { padding: 0; } | .infobox td.infobox-image { padding: 0; } | ||
| Line 30: | Line 33: | ||
display: block; | display: block; | ||
} | } | ||
.hatnote { | |||
font-style: italic; | |||
padding-bottom: 0.4em; | |||
margin-bottom: 0.4em; | |||
border-bottom: 1px solid var(--border-color-subtle, #c8ccd1); | |||
} | |||
.hatnote.no-border { | |||
border-bottom: none; | |||
} | |||