MediaWiki:Common.css: Skillnad mellan sidversioner

definiera .printonly
Ingen redigeringssammanfattning
(definiera .printonly)
 
Rad 5: Rad 5:
body.page-Home.action-view #jump-to-nav {
body.page-Home.action-view #jump-to-nav {
   display: none !important;
   display: none !important;
}
/* For linked citation titles and document IDs, where
  the number need not be shown on a screen or a handheld,
  but should be included in the printed version */
@media screen, handheld {
    .printonly {
        display: none;
    }
}
}