X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Ftest%2Fdata%2Ftestsuite.css;h=76319d87085cc66f9a57ca3ff70bfb30cf4d3a55;hb=9c94ef4c411867d38f301ccbf406af21e277188c;hp=e7618fffda7b41aa2bed19afdaa08e4377a51aae;hpb=513122442717ee350ce6e7ff6e7227cce54c0444;p=jquery.git diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css index e7618ff..76319d8 100644 --- a/build/test/data/testsuite.css +++ b/build/test/data/testsuite.css @@ -1,8 +1,12 @@ body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 } -body { margin: 0; padding: 0; font-size: small; } -h1 { padding: 15px; margin: 0; font-size: large; background-color: #06b; color: white; border-bottom: 1px solid #ccc } +body {font-size: 10pt; } +h1 { padding: 15px; font-size: large; background-color: #06b; color: white; } h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal } .pass { color: green; } .fail { color: red; } -#tests ol { display: none; margin-left: 1em; } \ No newline at end of file +p.result { margin-left: 1em; } + +#banner { height: 2em; border-bottom: 1px solid white; } +h2.pass { background-color: green; } +h2.fail { background-color: red; } \ No newline at end of file