Merge pull request #3443 from Qasem-h/Css

Fix some rtl bugs
This commit is contained in:
Sam 2015-05-11 10:09:06 +10:00
commit 124d634c03

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