Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
overflow: hidden; | overflow: hidden; | ||
position: relative; | position: relative; | ||
| + | } | ||
| + | |||
| + | .centered-img { | ||
| + | display: block; | ||
| + | margin-left: auto; | ||
| + | margin-right: auto; | ||
} | } | ||
Latest revision as of 15:17, 18 May 2023
/* CSS placed here will be applied to all skins */
table.wikitable .contained-cell {
max-height: 1000px; /* Adjust this value to your desired maximum height */
overflow: hidden;
position: relative;
}
.centered-img {
display: block;
margin-left: auto;
margin-right: auto;
}