|
|
|
@ -188,8 +188,12 @@
|
|
|
|
|
/* Right to Left |
|
|
|
|
* ---------------------------------------------------------------------------------------- */ |
|
|
|
|
.vco-storyjs.vco-right-to-left { |
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, |
|
|
|
|
[dir=rtl] &, &[dir=rtl] { |
|
|
|
|
direction: ltr; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, |
|
|
|
|
sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, { |
|
|
|
|
direction:rtl; |
|
|
|
|
direction: rtl; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|