mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Print: Hide table of contents and nav menus in print
Additional change: use !important to make sure this change is final. Bug: T327448 Change-Id: I8bc919bd24bfa21d4a11ba3a2b2ffa55801b698f
This commit is contained in:
parent
a327d43984
commit
2c54053ba7
|
@ -12,6 +12,11 @@
|
|||
#mw-panel-toc,
|
||||
#vector-sticky-header,
|
||||
#p-lang-btn,
|
||||
.vector-menu-checkbox,
|
||||
// Hide all navigation
|
||||
nav,
|
||||
#vector-page-titlebar-toc,
|
||||
#footer {
|
||||
display: none;
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue