From 83e77afca9575da7f5d8788692f7cd2b91bdb704 Mon Sep 17 00:00:00 2001 From: Saivann Date: Fri, 8 Aug 2014 01:25:38 -0400 Subject: [PATCH] Fix "Source code" button margin for rtl layout --- _less/rtl.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_less/rtl.less b/_less/rtl.less index 65372f9c..99c4d56c 100644 --- a/_less/rtl.less +++ b/_less/rtl.less @@ -237,6 +237,13 @@ h2 .rssicon{ .wallets>div>div>h2:first-child+div+div>a:active{ padding:0 8px; } +.wallets>div>div>h2:first-child+div+div>a:first-child+a, +.wallets>div>div>h2:first-child+div+div>a:first-child+a:visited, +.wallets>div>div>h2:first-child+div+div>a:first-child+a:link, +.wallets>div>div>h2:first-child+div+div>a:first-child+a:active{ + margin-left:0; + margin-right:10px; +} .wallets>div>div>h2:first-child+div+div+div+p{ padding-right:0; padding-left:5px;