You are here

ds_2col-rtl.css in Display Suite 7.2

RTL styling for the ds_2col template.

File

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