From b7d049cae366a203b5410922abf3c33a53ed74d8 Mon Sep 17 00:00:00 2001 From: Dries Date: Tue, 24 Jan 2012 17:31:19 -0500 Subject: - Patch #1387572 by pbull, tarekdj: Fixed node links are not left aligned in bartik theme on RTL direction. --- themes/bartik/css/style-rtl.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index d25006faa..1a6b17b11 100644 --- a/themes/bartik/css/style-rtl.css +++ b/themes/bartik/css/style-rtl.css @@ -96,6 +96,7 @@ ul.tips { float: right; } .link-wrapper { + text-align: left; margin-right: 236px; margin-left: 0; } -- cgit v1.2.3