MediaWiki:Common.css: Difference between revisions

From Smart Box
Jump to navigation Jump to search
(Created page with "hr { overflow: hidden; }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
hr {
hr {
overflow: hidden;
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: ':';
}
}

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: ':';
}