Parcourir la source

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

Yoav Farhi il y a 4 ans
Parent
commit
848c592f76
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      pique/rtl.css

+ 10 - 0
pique/rtl.css

@@ -30,6 +30,16 @@ body {
 	right: 0;
 }
 
+.comment-navigation .nav-previous span::before,
+.posts-navigation .nav-previous span::before,
+.post-navigation .nav-previous span::before {
+	content: "\2192";
+}
+.comment-navigation .nav-next span::after,
+.posts-navigation .nav-next span::after,
+.post-navigation .nav-next span::after {
+	content: "\2190";
+}
 /* Adjust teeny menu */
 @media (max-width: 767px) {
 	.main-navigation a {