32b7602e04
Hide the accessibility jump navigation links when printing Also only show the last modified and copyright footer info and hide all the footer 'places' links by default. Bug: T250232 Bug: T136786 Change-Id: I039b523d009ddb4f5948dff456ef2845a93439fa
13 lines
151 B
Text
13 lines
151 B
Text
.mw-jump-link {
|
|
display: none;
|
|
}
|
|
|
|
#f-list > li {
|
|
display: none;
|
|
}
|
|
|
|
#f-list > #copyright,
|
|
#f-list > #credits,
|
|
#f-list > #lastmod {
|
|
display: block;
|
|
}
|