From 97a9e997dbfea037ce67d5693af0c437d81eea45 Mon Sep 17 00:00:00 2001 From: Simon Cossar Date: Thu, 16 Jul 2015 18:03:48 -0700 Subject: [PATCH] Fix typo --- app/assets/stylesheets/common/base/rtl.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/rtl.scss b/app/assets/stylesheets/common/base/rtl.scss index f1000c46b..1be9d21a4 100644 --- a/app/assets/stylesheets/common/base/rtl.scss +++ b/app/assets/stylesheets/common/base/rtl.scss @@ -1,6 +1,6 @@ // Right to left styles. // *** These styles are all going to be flipped by the r2 gem *** -// There may be a 'do not flip' flag that can be used, but I haven't found it. +// Adding the !important declaration to a rule prevents it from being flipped. // Keep the topic admin menu on the page .rtl .topic-admin-menu { @@ -33,10 +33,10 @@ } .rtl code { direction: ltr !important; - text-aligh: left !important; + text-align: left !important; } .rtl .pull-left { - float:right !important; + float: right !important; } .rtl .autocomplete { left: 27px;