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.cssView source
- /**
- * @file
- * RTL styling for the ds-2col-stacked template.
- */
-
- .ds-2col-stacked > .group-left {
- float: right;
- }
-
- .ds-2col-stacked > .group-right {
- float: left;
- }