Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont strategy...
[jquery.git] / speed / benchmarker.css
blob6c5b4c35b6c2852a55098ea1ca9d0e3be4e8b8fd
2 .dialog {
3 margin-bottom: 1em;
5 a.expand {
6 background: #e3e3e3;
9 div#time-test {
10 font-family: Arial, Helvetica, sans-serif;
11 font-size: 62.5%;
14 td.test button {
15 float: right;
18 table {
19 border: 1px solid #000;
22 table td, table th {
23 border: 1px solid #000;
24 padding: 10px;
27 td.winner {
28 background-color: #cfc;
31 td.tie {
32 background-color: #ffc;
35 td.fail {
36 background-color: #f99;
37 font-weight: bold;
38 text-align: center;
41 tfoot td {
42 text-align: center;
45 #time-test {
46 margin: 1em 0;
47 padding: .5em;
48 background: #e3e3e3;
50 #time-taken {
51 font-weight: bold;
54 span.wins {
55 color: #330;
58 span.fails {
59 color: #900;
62 div.buttons {
63 margin-top: 10px;
64 margin-bottom: 10px;