Explorar el Código

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

Yoav Farhi hace 4 años
padre
commit
31dd7fe1eb
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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
 --------------------------------------------------------------*/