ds_2col_stacked_fluid.css in Display Suite 7
.group-header {
}
.group-left {
float: left;
width: 50%;
}
.group-right {
float: right;
width: 50%;
}
.group-one-column .group-left,
.group-one-column .group-right {
width: 100%;
float: none;
}
.group-footer {
clear: both;
}
File
layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid.css
View source
-
- .group-header {
- }
-
- .group-left {
- float: left;
- width: 50%;
- }
-
- .group-right {
- float: right;
- width: 50%;
- }
-
- .group-one-column .group-left,
- .group-one-column .group-right {
- width: 100%;
- float: none;
- }
-
- .group-footer {
- clear: both;
- }