1KA_F2F/frontend/drupal/misc/print-rtl.css

8 lines
56 B
CSS
Raw Normal View History

2020-08-14 13:36:36 +02:00
body {
direction: rtl;
}
th {
text-align: right;
}