MediaWiki:Common.css: Difference between revisions

From Smart Box
Jump to navigation Jump to search
(Added calltable styles)
No edit summary
Line 6: Line 6:
vertical-align: top;
vertical-align: top;
}
}
 
table.calltable tr td > * {
margin-top: 0;
}
table.calltable tr td:first-child {
table.calltable tr td:first-child {
font-weight: bold;
font-weight: bold;
}
}

Revision as of 09:05, 4 November 2023

hr {
	overflow: hidden;
}

table.calltable tr td {
	vertical-align: top;
}
table.calltable tr td > * {
	margin-top: 0;
}
table.calltable tr td:first-child {
	font-weight: bold;
}