6 lines
58 B
CSS
6 lines
58 B
CSS
|
table.center-align-table td {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
|