MediaWiki:Common.css: Difference between revisions

From Smart Box
Jump to navigation Jump to search
(Added calltable styles)
No edit summary
 
(One intermediate revision by the same user not shown)
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-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: ':';
}