dara rtl.css update for arrows (manually mirroring what's in style.css
This commit is contained in:
parent
e7815eaefc
commit
31dd7fe1eb
1 changed files with 11 additions and 0 deletions
11
dara/rtl.css
11
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
|
||||
--------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue