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

@@ -46,7 +46,7 @@
<div class="entry-subtitle">
<span class="entry-source" ui-if="selectedType == 'category'">
<span class="entry-source-prefix">${view.entry_source}</span>
<a ng-click="goToFeed(entry.feedId)" class="pointer"><span>{{entry.feedName}}</span></a>
<a ng-click="goToFeed(entry.feedId)" class="pointer bidi-embed"><span>{{entry.feedName}}</span></a>
</span>
<span class="entry-author" ui-if="entry.author">
<span class="entry-author-prefix">${view.entry_author}</span>