mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
Merge pull request #3613 from scossar/fix-typo-in-rtl.scss
FIX: typo in rtl.scss
This commit is contained in:
commit
14eab11cd2
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user