More actions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
.wikitable-- | .wikitable--medium { | ||
margin: 0; | margin: 0; | ||
max-width: none; | max-width: none; | ||
width:100%; | width:100%; | ||
} | } | ||
Revision as of 10:49, 11 June 2024
/* CSS placed here will be applied to all skins */
.wikitable {
float:right;
margin: 0 var(--space-md);
}
.wikitable th, .wikitable td {
vertical-align: top;
}
.wikitable--medium {
margin: 0;
max-width: none;
width:100%;
}