summaryrefslogtreecommitdiffstats
path: root/WebKitTools/TestResultServer/stylesheets/menu.css
blob: 9948605e893a53c15cebf390a31ef265282d441b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body {
  font-family: Verdana, Helvetica, sans-serif;
}
h1 {
  background-color: #EEE;
  color: #444;
  font-size: 14pt;
  font-style: italic;
  margin: 0px;
  padding: 5px;
}
ul {
  margin: 0px;
  padding: 20px;
  list-style: none;
}
li {
  padding: 5px;
}
li:hover {
  background-color: #EEE;
}
.login {
  font-size: 8pt;
  text-align: right;
  width: 100%;
}