projects
/
pr0n
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace the link-background hack by a much neater one, inspired by
[pr0n]
/
files
/
wizard.css
1
table {
2
border-collapse: collapse;
3
}
4
body {
5
font: message-box;
6
padding: 0px;
7
color: buttontext;
8
background-color: buttonface;
9
}
10
input, select {
11
font: message-box;
12
}
13
tr, td {
14
font: message-box;
15
margin: 0px;
16
padding: 0px;
17
}
18
p.question, tr.alternative {
19
margin-top: 15px;
20
margin-bottom: 5px;
21
}
22
p.warning {
23
color: red;
24
}