9 lines
98 B
CSS
9 lines
98 B
CSS
|
.yoda table {
|
||
|
border-spacing: 10px;
|
||
|
}
|
||
|
|
||
|
.yoda th {
|
||
|
text-align: right;
|
||
|
padding-right: 10px;
|
||
|
}
|