You are here

ds_3col_stacked_fluid.css in Display Suite 7

Same filename and directory in other branches
  1. 7.2 layouts/ds_3col_stacked_fluid/ds_3col_stacked_fluid.css
.group-header {
  clear: both;
}

.group-left {
  width: 25%;
  float: left;
}

.group-middle {
  width: 100%;
  float: left;
}

.group-one-sidebar .group-middle {
  width: 75%;
}

.group-two-sidebars .group-middle {
  width: 50%;
}

.group-right {
  width: 25%;
  float: right;
}

.group-footer {
  clear: both;
}

File

layouts/ds_3col_stacked_fluid/ds_3col_stacked_fluid.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: 100%;
  10. float: left;
  11. }
  12. .group-one-sidebar .group-middle {
  13. width: 75%;
  14. }
  15. .group-two-sidebars .group-middle {
  16. width: 50%;
  17. }
  18. .group-right {
  19. width: 25%;
  20. float: right;
  21. }
  22. .group-footer {
  23. clear: both;
  24. }