ds_2col_stacked_fluid.css in Display Suite 7.2
Same filename and directory in other branches
Styling for the ds-2col-stacked-fluid template.
File
layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid.cssView source
- /**
- * @file
- * Styling for the ds-2col-stacked-fluid template.
- */
-
- .ds-2col-stacked-fluid > .group-header {
- }
-
- .ds-2col-stacked-fluid > .group-left {
- float: left; /* LTR */
- width: 50%;
- }
-
- .ds-2col-stacked-fluid > .group-right {
- float: right; /* LTR */
- width: 50%;
- }
-
- .ds-2col-stacked-fluid.group-one-column > .group-left,
- .ds-2col-stacked-fluid.group-one-column > .group-right {
- width: 100%;
- float: none;
- }
-
- .ds-2col-stacked-fluid > .group-footer {
- clear: both;
- }