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
29
30
31
32
33
34
35
36
|
div#udheader-block {
margin-top: 30px;
display: block;
}
div#udheader-left {
float: left;
overflow: hidden;
}
div#udheader-right {
display: block;
overflow: hidden;
height: 100%;
width: 216px;
float: right;
background-repeat: repeat-x;
}
span#udheader-righttext {
display: block;
overflow: hidden;
margin-left: 18px;
margin-top: 6px;
width: 100%;
}
div#udheader-center {
display: block;
overflow: hidden;
height: 100%;
background-repeat: repeat-x;
}
span#udheader-centertext {
display: block;
overflow: hidden;
margin-left: 2px;
margin-top: 6px;
width: 100%;
}
|