From 519243e6a50117826a815dd60374f6fc753dc843 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Tue, 14 Feb 2012 13:41:29 -0500 Subject: [PATCH] Issue #1320028 by isay, Albert Volkman: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags. --- themes/bartik/css/style-rtl.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index 1a6b17b11c3a..3bb02ca2efe6 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 ------------------ */ -- GitLab