9 lines
67 B
CSS
9 lines
67 B
CSS
|
/* $Id$ */
|
||
|
|
||
|
body {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
th {
|
||
|
text-align: right;
|
||
|
}
|