Mozilla/mozilla/webtools/litmus/css/litmus_print.css
zach%zachlipton.com 6ac226b38c * Add additional json hooks to retrieve lists of products, platforms, etc...
* (bug 334871) Search test lists by product/testgroup/subgroup
* Allow printing of all testcases matching a query
* Improve wording and organization of links in options sidebar


git-svn-id: svn://10.0.0.236/trunk@205090 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-28 22:26:43 +00:00

12 lines
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;
}