You are here

ds_3col.css in Display Suite 7.2

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

Styling for the ds-3col template.

File

layouts/ds_3col/ds_3col.css
View source
  1. /**
  2. * @file
  3. * Styling for the ds-3col template.
  4. */
  5. .ds-3col > .group-left {
  6. width: 25%;
  7. float: left; /* LTR */
  8. }
  9. .ds-3col > .group-middle {
  10. width: 50%;
  11. float: left; /* LTR */
  12. }
  13. .ds-3col > .group-right {
  14. width: 25%;
  15. float: right; /* LTR */
  16. }