14 lines
184 B
CSS
14 lines
184 B
CSS
.tbl_frm01 {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.tbl_frm01 th, .tbl_frm01 td {
|
|
border: 1px solid #ccc;
|
|
padding: 8px;
|
|
}
|
|
|
|
.tbl_frm01 th {
|
|
background: #eee;
|
|
}
|