mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
/* Styles for print view and printing */
|
|
|
|
/* Hide some extra stuff from print view (some of the navigation is already hidden automatically, but not all) */
|
|
.mw-indicators,
|
|
#p-logo,
|
|
#catlinks,
|
|
#mw-footer {
|
|
display: none;
|
|
}
|