ds-2col.css in Display Suite 8.2
Same filename and directory in other branches
Styling for the ds-2col template.
File
css/ds-2col.cssView source
- /**
- * @file
- * Styling for the ds-2col template.
- */
-
- .ds-2col > .group-left {
- float: left; /* LTR */
- width: 50%;
- }
-
- [dir="rtl"] .ds-2col > .group-left {
- float: right;
- }
-
- .ds-2col > .group-right {
- float: left; /* LTR */
- width: 50%;
- }
-
- [dir="rtl"] .ds-2col > .group-right {
- float: right;
- }