You are here

ds_3col-rtl.css in Display Suite 7.2

RTL styling for the ds-3col template.

File

layouts/ds_3col/ds_3col-rtl.css
View source
  1. /**
  2. * @file
  3. * RTL styling for the ds-3col template.
  4. */
  5. .ds-3col > .group-left {
  6. float: right;
  7. }
  8. .ds-3col > .group-middle {
  9. float: right;
  10. }
  11. .ds-3col > .group-right {
  12. float: left;
  13. }