mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 19:45:25 +08:00
Add .rtl for css tags
Im added .rtl to front of tags @SamSaffron
This commit is contained in:
parent
b99c3c85aa
commit
6bd15dd86d
@ -31,10 +31,10 @@
|
||||
border-left-color: transparent !important;
|
||||
border-right-color: $secondary !important;
|
||||
}
|
||||
code {
|
||||
.rtl code {
|
||||
direction: ltr !important;
|
||||
text-aligh: left !important;
|
||||
}
|
||||
.pull-left {
|
||||
.rtl .pull-left {
|
||||
float:right !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user