MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
Custom changes (OWOTWiki) | Custom changes (OWOTWiki) | ||
*/ | */ | ||
.mwImageSizeContainer img { | |||
width: 100% !important; | |||
height: auto !important; | |||
} | |||
.mw-ui-button.mw-ui-constructive { | .mw-ui-button.mw-ui-constructive { | ||
| Line 151: | Line 156: | ||
Main page boxes | Main page boxes | ||
*/ | */ | ||
. | .mwBoxRow { | ||
display: flex; | display: flex; | ||
} | } | ||
. | .mwBoxPanel { | ||
border-spacing: 8px; | border-spacing: 8px; | ||
border: 1px solid; | border: 1px solid; | ||
| Line 179: | Line 184: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
. | .mwBoxPanel { | ||
width: auto !important; | width: auto !important; | ||
} | } | ||