8 lines
56 B
CSS
8 lines
56 B
CSS
|
|
||
|
body {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
th {
|
||
|
text-align: right;
|
||
|
}
|