diff options
-rw-r--r-- | themes/bartik/css/style-rtl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index 1a6b17b11..3bb02ca2e 100644 --- a/themes/bartik/css/style-rtl.css +++ b/themes/bartik/css/style-rtl.css @@ -16,6 +16,10 @@ blockquote:before { blockquote:after { content: "\201C"; } +tr td, +tr th { + text-align: right; +} /* ------------------ List Styles ------------------ */ |