Merge pull request #3613 from scossar/fix-typo-in-rtl.scss

FIX: typo in rtl.scss
This commit is contained in:
Sam 2015-07-17 11:58:05 +10:00
commit 14eab11cd2

View File

@ -1,6 +1,6 @@
// Right to left styles. // Right to left styles.
// *** These styles are all going to be flipped by the r2 gem *** // *** 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 // Keep the topic admin menu on the page
.rtl .topic-admin-menu { .rtl .topic-admin-menu {
@ -33,7 +33,7 @@
} }
.rtl code { .rtl code {
direction: ltr !important; direction: ltr !important;
text-aligh: left !important; text-align: left !important;
} }
.rtl .pull-left { .rtl .pull-left {
float: right !important; float: right !important;