You are here

ds_3col_equal_width.css in Display Suite 7

Same filename and directory in other branches
  1. 7.2 layouts/ds_3col_equal_width/ds_3col_equal_width.css
.group-left {
  width: 33%;
  float: left;
}

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

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

File

layouts/ds_3col_equal_width/ds_3col_equal_width.css
View source
  1. .group-left {
  2. width: 33%;
  3. float: left;
  4. }
  5. .group-middle {
  6. width: 34%;
  7. float: left;
  8. }
  9. .group-right {
  10. width: 33%;
  11. float: right;
  12. }