Using unicode-bidi instead of lrm

* It is less hackish than lrm but please refactor bidi-embed if needed
* lrm was making an extra space for all, so this is fixup for it
This commit is contained in:
Ebrahim Byagowi
2013-07-11 09:38:34 +04:30
parent 93ac963351
commit 315d5705cc
3 changed files with 8 additions and 6 deletions

View File

@@ -6,6 +6,10 @@
display: block;
}
.bidi-embed {
unicode-bidi: embed;
}
.bs-fb ul {
margin-bottom: 0px;
}