git.asbjorn.biz
/
jquery.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-restrictAttr
[jquery.git]
/
speed
/
benchmarker.css
1
2
.dialog {
3
margin-bottom: 1em;
4
}
5
a.expand {
6
background: #e3e3e3;
7
}
8
9
div#time-test {
10
font-family: Arial, Helvetica, sans-serif;
11
font-size: 62.5%;
12
}
13
14
td.test button {
15
float: right;
16
}
17
18
table {
19
border: 1px solid #000;
20
}
21
22
table td, table th {
23
border: 1px solid #000;
24
padding: 10px;
25
}
26
27
td.winner {
28
background-color: #cfc;
29
}
30
31
td.tie {
32
background-color: #ffc;
33
}
34
35
td.fail {
36
background-color: #f99;
37
font-weight: bold;
38
text-align: center;
39
}
40
41
tfoot td {
42
text-align: center;
43
}
44
45
#time-test {
46
margin: 1em 0;
47
padding: .5em;
48
background: #e3e3e3;
49
}
50
#time-taken {
51
font-weight: bold;
52
}
53
54
span.wins {
55
color: #330;
56
}
57
58
span.fails {
59
color: #900;
60
}
61
62
div.buttons {
63
margin-top: 10px;
64
margin-bottom: 10px;
65
}