(Again.) |
(Formatting for collapsible toggle.) Tag: Reverted |
||
Line 8: | Line 8: | ||
.infobox tbody { | .infobox tbody { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
/* Collapsible elements. Toggle-link moved to left. | |||
/* Margin around it adjusted. */ | |||
.mw-collapsible .mw-collapsible-toggle { | |||
float:none; | |||
margin-left:0; | |||
margin-right:1em; | |||
} | } |
Revision as of 20:20, 2 July 2023
/* CSS placed here will be applied to all skins */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 10px;
margin-bottom: 10px;
}
.infobox tbody {
vertical-align: top;
}
/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */
.mw-collapsible .mw-collapsible-toggle {
float:none;
margin-left:0;
margin-right:1em;
}