From ffee8f6828343c1f009a31e684af6c9bbf5574cb Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 14 Jun 2014 21:30:06 -0400 Subject: [PATCH] Fix direction and text alignment for rtl development template --- _less/rtl.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_less/rtl.less b/_less/rtl.less index afe6cb1e..931270f8 100644 --- a/_less/rtl.less +++ b/_less/rtl.less @@ -77,9 +77,6 @@ h2 .rssicon{ .contributors{ text-align:right; } -.contributors div{ - direction:ltr; -} .downloadbox div{ text-align:right; } @@ -201,6 +198,12 @@ h2 .rssicon{ margin-right:6px; } +.listtable div div{ + text-align:right; + padding-right:0; + padding-left:20px; +} + .eventtable div div{ text-align:right; padding-right:0;