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