Modified core and form test suites to use a single stylesheet; Modified form.js to...
[jquery.git] / build / test / data / testsuite.css
diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css
new file mode 100644 (file)
index 0000000..e7618ff
--- /dev/null
@@ -0,0 +1,8 @@
+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 }
+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