blob: 86720e6a9207d04a951d624b7a4fcfb7296fcecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#logo {
background: url('../pic/engelsystem_logo_28c3.png') top left no-repeat;
display: block;
height: 69px;
margin: 10px auto;
width: 378px;
}
tr:hover > td {
background: #f0f0f0;
}
.selection ul li.heading {
text-align: center;
font-weight: bold;
}
.selection ul li:nth-child(even) {
background: #f0f0f0;
}
|