You are here

ds_2col_stacked-rtl.css in Display Suite 7.2

RTL styling for the ds-2col-stacked template.

File

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