Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
} | } | ||
.page-splitter:nth-of-type(1) { | .page-splitter:nth-of-type(1) { | ||
− | + | display: none; | |
} | } |
Revision as of 13:16, 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) {
display: none;
}