MediaWiki:Common.css: Difference between revisions

define class "printonly"
(add prettytable class)
(define class "printonly")
Line 77: Line 77:
.prettytable caption {
.prettytable caption {
font-weight: bold;
font-weight: bold;
}
/* For linked citation numbers 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 {
    .citation *.printonly {
        display: none;
    }
}
}
90,866

edits