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