You are here

ds_4col.css in Display Suite 7

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

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

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

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

File

layouts/ds_4col/ds_4col.css
View source
  1. .group-first {
  2. width: 25%;
  3. float: left;
  4. }
  5. .group-second {
  6. width: 25%;
  7. float: left;
  8. }
  9. .group-third {
  10. width: 25%;
  11. float: left;
  12. }
  13. .group-fourth {
  14. width: 25%;
  15. float: left;
  16. }