X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Ftest%2Fdata%2Ftestsuite.css;h=76319d87085cc66f9a57ca3ff70bfb30cf4d3a55;hb=9c94ef4c411867d38f301ccbf406af21e277188c;hp=4d443b9f66ace447c479a99cebd35f01c5cbea71;hpb=7b780def0d7843e26d6a26dbc60499ea75f09e59;p=jquery.git diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css index 4d443b9..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; } -p.result { 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