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