11 lines
116 B
CSS
11 lines
116 B
CSS
|
#banner, #banner td {
|
||
|
background: #fff;
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
#banner td {
|
||
|
height: 100%;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|