mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
feat(print): ✨ hide page footer in print styles
This commit is contained in:
parent
79ac340667
commit
1da57e5902
|
@ -13,6 +13,7 @@
|
||||||
.page-actions,
|
.page-actions,
|
||||||
#citizen-page-header-sticky-sentinel,
|
#citizen-page-header-sticky-sentinel,
|
||||||
#citizen-page-header-sticky-placeholder,
|
#citizen-page-header-sticky-placeholder,
|
||||||
|
.citizen-page-footer,
|
||||||
.citizen-page-sidebar,
|
.citizen-page-sidebar,
|
||||||
#footer-desc,
|
#footer-desc,
|
||||||
#footer-places,
|
#footer-places,
|
||||||
|
@ -64,12 +65,3 @@ svg {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
border-top: 1px solid #aaa;
|
border-top: 1px solid #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-info {
|
|
||||||
font-size: 9pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-info__item {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue