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