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