Browse Source

Merge branch 'rtl-quick-hack' of https://github.com/acdha/TimelineJS into acdha-pulls

pull/767/head
Joe Germuska 10 years ago
parent
commit
67748b6944
  1. 8
      source/less/Core/Typography.less

8
source/less/Core/Typography.less

@ -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;
}
}

Loading…
Cancel
Save