|
@@ -1247,7 +1247,7 @@ a:active {
|
|
|
.comment-navigation .nav-previous span::before,
|
|
|
.posts-navigation .nav-previous span::before,
|
|
|
.post-navigation .nav-previous span::before {
|
|
|
- content: '\2190';
|
|
|
+ content: "\2190" /*rtl:"\2192"*/;
|
|
|
display: inline-block;
|
|
|
display: inline-block;
|
|
|
font-family: FontAwesome;
|
|
@@ -1271,7 +1271,7 @@ a:active {
|
|
|
.comment-navigation .nav-next span::after,
|
|
|
.posts-navigation .nav-next span::after,
|
|
|
.post-navigation .nav-next span::after {
|
|
|
- content: '\2192';
|
|
|
+ content: "\2192" /*rtl:"\2190"*/;
|
|
|
display: inline-block;
|
|
|
display: inline-block;
|
|
|
font-family: FontAwesome;
|
|
@@ -3739,7 +3739,7 @@ div.sharedaddy .sd-title.widget-title {
|
|
|
.infinite-scroll #infinite-handle
|
|
|
.search-results .read-more a::before,
|
|
|
.search-results .read-more .infinite-scroll #infinite-handle a::before {
|
|
|
- content: '\2190';
|
|
|
+ content: "\2190" /*rtl:"\2192"*/;
|
|
|
display: inline-block;
|
|
|
display: inline-block;
|
|
|
font-family: FontAwesome;
|