You are here

ds_4col.css in Display Suite 7.2

Same filename and directory in other branches
  1. 7 layouts/ds_4col/ds_4col.css

Styling for the ds-4col template.

File

layouts/ds_4col/ds_4col.css
View source
  1. /**
  2. * @file
  3. * Styling for the ds-4col template.
  4. */
  5. .ds-4col > .group-first {
  6. width: 25%;
  7. float: left; /* LTR */
  8. }
  9. .ds-4col > .group-second {
  10. width: 25%;
  11. float: left; /* LTR */
  12. }
  13. .ds-4col > .group-third {
  14. width: 25%;
  15. float: left; /* LTR */
  16. }
  17. .ds-4col > .group-fourth {
  18. width: 25%;
  19. float: left; /* LTR */
  20. }