17 lines
216 B
CSS
17 lines
216 B
CSS
|
img {
|
||
|
width: 50px;
|
||
|
height: 42px;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
width: 100%;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
table th{
|
||
|
border-bottom: 1px solid black;
|
||
|
font-weight: bold;
|
||
|
font-family: Verdana;
|
||
|
white-space: nowrap;
|
||
|
padding-right: 10px;
|
||
|
}
|