Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
border-bottom: 1px solid #fff; | border-bottom: 1px solid #fff; | ||
} | } | ||
− | + | .page-splitter:nth-of-type(1) { | |
margin-top: 2px; | margin-top: 2px; | ||
} | } |
Revision as of 13:15, 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;
}