/***********************************/
/**** cross-reference caller in text ******/
/***********************************/
span.crossReference::footnote-call {
font-family: Scheherazade ;
direction: ltr ;
content: counter(footnote) ;
vertical-align: sub ;
font-size: 0.83em;
line-height: none ;
background-color: pink ;
}
The direction of the numbers for crossReference are coming out rtl.
Direction doesn't seem to apply here.
I tried content: '17' ; and it came out 71.
background-color: pink ; used for debugging to make sure I really am selecting correctly.
/**** cross-reference caller in text ******/
/***********************************/
span.crossReference::footnote-call {
font-family: Scheherazade ;
direction: ltr ;
content: counter(footnote) ;
vertical-align: sub ;
font-size: 0.83em;
line-height: none ;
background-color: pink ;
}
The direction of the numbers for crossReference are coming out rtl.
Direction doesn't seem to apply here.
I tried content: '17' ; and it came out 71.
background-color: pink ; used for debugging to make sure I really am selecting correctly.
Jim Albright
Wycliffe Bible Translators