30 lines
416 B
CSS
Executable file
30 lines
416 B
CSS
Executable file
form table.center tr td{
|
|
width:50%;
|
|
width:50%;
|
|
}
|
|
|
|
table.center{
|
|
color:#333333;
|
|
clear:both;
|
|
width:100%;
|
|
height:35px;
|
|
margin-top:-6px;
|
|
padding-top:10px;
|
|
text-align: center;
|
|
color:#FFFF;
|
|
}
|
|
|
|
table.center tr td{
|
|
border:1px solid #cfcfcf;
|
|
background:#e5e5e5;
|
|
}
|
|
|
|
table.center th{
|
|
border:1px solid #cfcfcf;
|
|
background:#c5c5c5;
|
|
}
|
|
|
|
table.center tr.first_row td{
|
|
border:1px solid #cfcfcf;
|
|
background:#c5c5c5;
|
|
}
|