drupal/misc/print-rtl.css

9 lines
67 B
CSS

/* $Id$ */
body {
direction: rtl;
}
th {
text-align: right;
}