mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -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-right-color: $secondary !important;
|
||||
}
|
||||
code {
|
||||
direction: ltr !important;
|
||||
text-aligh: left !important;
|
||||
}
|
||||
.pull-left {
|
||||
float:right !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue