X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=build%2Ftest%2Fdata%2Ftestsuite.css;h=b42f2b79d8f778550a7d10435e52c75e858e2743;hb=a87fa0188b8e0f56881afdfe0e7a7afb49eb0619;hp=e7618fffda7b41aa2bed19afdaa08e4377a51aae;hpb=513122442717ee350ce6e7ff6e7227cce54c0444;p=jquery.git diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css index e7618ff..b42f2b7 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 } +h1 { padding: 15px; margin: 0; 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