From 6bd15dd86d78582695e21a76e4dc465fe436daba Mon Sep 17 00:00:00 2001 From: Qasem Hajizadeh Date: Mon, 11 May 2015 12:22:30 +0430 Subject: [PATCH] Add .rtl for css tags Im added .rtl to front of tags @SamSaffron --- app/assets/stylesheets/common/base/rtl.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/rtl.scss b/app/assets/stylesheets/common/base/rtl.scss index 83fb3367610..804af0bc4b6 100644 --- a/app/assets/stylesheets/common/base/rtl.scss +++ b/app/assets/stylesheets/common/base/rtl.scss @@ -31,10 +31,10 @@ border-left-color: transparent !important; border-right-color: $secondary !important; } -code { +.rtl code { direction: ltr !important; text-aligh: left !important; } -.pull-left { +.rtl .pull-left { float:right !important; }