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
200 B
CSS
11 lines
200 B
CSS
14 years ago
|
#logo {
|
||
|
background: url('../pic/engelsystem_logo.png') top left no-repeat;
|
||
|
display: block;
|
||
|
height: 69px;
|
||
|
margin: 10px auto;
|
||
|
width: 523px;
|
||
|
}
|
||
14 years ago
|
|
||
|
tr:hover > td {
|
||
|
background: #f0f0f0;
|
||
|
}
|