Update rtl.scss

This commit is contained in:
Qasem Hajizadeh 2015-05-09 18:26:00 +04:30
parent 8c28838488
commit b99c3c85aa

View file

@ -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;
}