drupal/misc/print-rtl.css

9 lines
67 B
CSS
Raw Normal View History

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