gecko-dev/webtools/litmus/css/litmus_print.css

12 строки
157 B
CSS
Executable File

body {
background: white;
}
a:link:after, a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
div.testcase {
page-break-inside: avoid;
}