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; | ||
} | } | ||
− | #mw-content-text | + | #mw-content-text .page-splitter:first-of-type { |
margin-top: 2px; | margin-top: 2px; | ||
} | } |
Revision as of 13:14, 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;
}
#mw-content-text .page-splitter:first-of-type {
margin-top: 2px;
}