From 2282869f30af41bb897c98f4be1fe155551b9d62 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 11 May 2015 12:12:37 +1000 Subject: [PATCH] fix rtl changing general styles --- 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; }