ds_3col_stacked.css in Display Suite 7
Same filename and directory in other branches
.group-header { clear: both; } .group-left { width: 25%; float: left; } .group-middle { width: 50%; float: left; } .group-right { width: 25%; float: right; } .group-footer { clear: both; }
File
layouts/ds_3col_stacked/ds_3col_stacked.cssView source
-
- .group-header {
- clear: both;
- }
-
- .group-left {
- width: 25%;
- float: left;
- }
-
- .group-middle {
- width: 50%;
- float: left;
- }
-
- .group-right {
- width: 25%;
- float: right;
- }
-
- .group-footer {
- clear: both;
- }