ds_2col.css in Display Suite 7.2
Same filename and directory in other branches
Styling for the ds_2col template.
File
layouts/ds_2col/ds_2col.cssView source
- /**
- * @file
- * Styling for the ds_2col template.
- */
-
- .ds-2col > .group-left {
- float: left; /* LTR */
- width: 50%;
- }
-
- .ds-2col > .group-right {
- float: left; /* LTR */
- width: 50%;
- }