git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move everything except ChangeLog and config.json into public directory.
[WebKit-https.git]
/
Websites
/
test-results
/
public
/
admin
/
admin.css
1
table {
2
font-size: small;
3
}
4
5
table, td {
6
border-collapse: collapse;
7
border: solid 1px #ccc;
8
}
9
10
td {
11
padding: 5px;
12
}
13
14
td pre {
15
max-height: 30em;
16
overflow: scroll;
17
margin: 0;
18
padding: 0;
19
}
20
21
tbody.odd {
22
background: #f6f6f6;
23
}
24
25
.action-field, .notice {
26
min-width: 50ex;
27
display: inline-block;
28
margin: 1em 0px;
29
margin-right: 1em;
30
border: solid 1px #ccc;
31
border-radius: 5px;
32
padding: 5px;
33
}
34
35
.action-field h2 {
36
font-size: 1em;
37
font-weight: normal;
38
padding: 0;
39
margin: 0 0 1em 0;
40
}
41
42
form {
43
display: inline;
44
}
45
46
label {
47
display: inline-block;
48
}
49
50
pre {
51
white-space: pre-wrap;
52
word-wrap: break-word;
53
word-break: break-all;
54
}