mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
Fixes for tabber in print mode
This commit is contained in:
parent
d3c465e7f8
commit
1fdb409e89
|
@ -13,7 +13,9 @@
|
|||
#mw-bottombar,
|
||||
.hatnote,
|
||||
.mbox,
|
||||
#footer-container-icons {
|
||||
#footer-container-icons,
|
||||
.tabbernav,
|
||||
.embedvideo {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
@ -185,7 +187,15 @@ ol {
|
|||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
background: @base-100 !important;
|
||||
border: 1px solid @base-30;
|
||||
border: 1px solid @base-30 !important;
|
||||
}
|
||||
|
||||
.tabbertab {
|
||||
display: block !important;
|
||||
}
|
Loading…
Reference in a new issue