You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
205 B
CSS
11 lines
205 B
CSS
13 years ago
|
#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;
|
||
|
}
|