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