You are here

ds_2col_stacked.css in Display Suite 7

Same filename and directory in other branches
  1. 7.2 layouts/ds_2col_stacked/ds_2col_stacked.css
.group-header {
}

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

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

.group-footer {
  clear: both;
}

File

layouts/ds_2col_stacked/ds_2col_stacked.css
View source
  1. .group-header {
  2. }
  3. .group-left {
  4. float: left;
  5. width: 50%;
  6. }
  7. .group-right {
  8. float: right;
  9. width: 50%;
  10. }
  11. .group-footer {
  12. clear: both;
  13. }