Difference between revisions of "MediaWiki:Common.css"

From En JW United
Jump to navigation Jump to search
Line 14: Line 14:
 
}
 
}
 
.page-splitter:nth-of-type(1) {
 
.page-splitter:nth-of-type(1) {
display: none;
+
margin-top: 2px;
 
}
 
}

Revision as of 13:19, 4 August 2019

/* CSS placed here will be applied to all skins */
.pagenum {
	display:flex;
}
.publication-firstpage {
	display:flex;
}
.page-splitter {
	content: '';
	display: block;
	margin-top: 35px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
.page-splitter:nth-of-type(1) {
	margin-top: 2px;
}