mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
Update rtl.scss
This commit is contained in:
parent
8c28838488
commit
b99c3c85aa
1 changed files with 7 additions and 0 deletions
|
@ -31,3 +31,10 @@
|
||||||
border-left-color: transparent !important;
|
border-left-color: transparent !important;
|
||||||
border-right-color: $secondary !important;
|
border-right-color: $secondary !important;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
direction: ltr !important;
|
||||||
|
text-aligh: left !important;
|
||||||
|
}
|
||||||
|
.pull-left {
|
||||||
|
float:right !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue