* (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
12 lines
157 B
CSS
Executable File
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;
|
|
} |