MediaWiki:Common.css: Difference between revisions

From Smart Box
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
}
}
table.calltable tr td:first-child {
table.calltable tr td:first-child {
font-weight: bold;
font-style: italic;
}
table.calltable tr td:first-child::after {
content: ':';
}
}

Latest revision as of 17:17, 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-style: italic;
}
table.calltable tr td:first-child::after {
	content: ':';
}