You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
397 B
19 lines
397 B
18 years ago
|
#wrapheader {
|
||
|
min-height: 120px;
|
||
|
height: auto !important;
|
||
|
height: 120px;
|
||
18 years ago
|
background-image: url('./images/headerbackground.png');
|
||
18 years ago
|
background-repeat: repeat-x;
|
||
|
padding: 0 25px 15px 25px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#logo {
|
||
|
min-height: 120px;
|
||
|
height: auto !important;
|
||
|
height: 120px;
|
||
18 years ago
|
background-image: url('./images/logo.png');
|
||
18 years ago
|
padding: 0 25px 15px 25px;
|
||
|
background-repeat: no-repeat;
|
||
|
padding: 0;
|
||
|
}
|