X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=build%2Ftest%2Fdata%2Ftestsuite.css;h=b42f2b79d8f778550a7d10435e52c75e858e2743;hb=a87fa0188b8e0f56881afdfe0e7a7afb49eb0619;hp=58eb610f52b958fbed14fb37e6993c792aa675ee;hpb=1e620109d7bd3f77f770f5dbe22f3ef616fa0bb0;p=jquery.git diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css index 58eb610..b42f2b7 100644 --- a/build/test/data/testsuite.css +++ b/build/test/data/testsuite.css @@ -7,6 +7,6 @@ h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: .fail { color: red; } p.result { margin-left: 1em; } -#banner { height: 2em; } -div.pass { background-color: green; } -div.fail { background-color: red; } \ No newline at end of file +#banner { height: 2em; border-bottom: 1px solid white; } +h2.pass { background-color: green; } +h2.fail { background-color: red; } \ No newline at end of file