Selaa lähdekoodia

dara rtl.css update for arrows (manually mirroring what's in style.css

Yoav Farhi 4 vuotta sitten
vanhempi
commit
31dd7fe1eb
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. 11 0
      dara/rtl.css

+ 11 - 0
dara/rtl.css

@@ -287,6 +287,17 @@ body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial:nth-chil
 	margin-right: auto;
 }
 
+[class*="navigation"] .nav-previous .meta-nav:before {
+	content: "\2192";
+}
+[class*="navigation"] .nav-next .meta-nav:after {
+	content: "\2190";
+}
+.comment-reply-link:after {
+	content: "\00A0\2190";
+}
+
+
 /*--------------------------------------------------------------
 13 Media Queries
 --------------------------------------------------------------*/