ds_2col_stacked_fluid-rtl.css in Display Suite 7.2
RTL styling for the ds-2col-stacked-fluid template.
File
layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid-rtl.cssView source
- /**
- * @file
- * RTL styling for the ds-2col-stacked-fluid template.
- */
-
- .ds-2col-stacked-fluid > .group-left {
- float: right;
- }
-
- .ds-2col-stacked-fluid > .group-right {
- float: left;
- }