You are here

ds_3col_stacked.css in Display Suite 7

Same filename and directory in other branches
  1. 7.2 layouts/ds_3col_stacked/ds_3col_stacked.css
.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.css
View source
  1. .group-header {
  2. clear: both;
  3. }
  4. .group-left {
  5. width: 25%;
  6. float: left;
  7. }
  8. .group-middle {
  9. width: 50%;
  10. float: left;
  11. }
  12. .group-right {
  13. width: 25%;
  14. float: right;
  15. }
  16. .group-footer {
  17. clear: both;
  18. }