Refactored ajax module: Dropped internal arguments from ajax(); Modified testsuite...
[jquery.git] / build / test / data / testsuite.css
1 body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 }
2 body { margin: 0; padding: 0; font-size: small; }
3 h1 { padding: 15px; margin: 0; font-size: large; background-color: #06b; color: white; border-bottom: 1px solid #ccc }
4 h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal }
5
6 .pass { color: green; } 
7 .fail { color: red; } 
8 p.result { margin-left: 1em; }