From 1ab8af6d81762c80c5a8c21106179ef8c0176400 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 8 Feb 2012 20:10:03 +0900 Subject: [PATCH] Issue #1320028 by isay: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags. --- core/themes/bartik/css/style-rtl.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/themes/bartik/css/style-rtl.css b/core/themes/bartik/css/style-rtl.css index d04e9c62d052..48f64abfba74 100644 --- a/core/themes/bartik/css/style-rtl.css +++ b/core/themes/bartik/css/style-rtl.css @@ -16,7 +16,10 @@ blockquote:before { blockquote:after { content: "\201C"; } - +tr td, +tr th { + text-align: right; +} /* ------------------ List Styles ------------------ */ .region-content ul, -- GitLab