You are here

ds_2col.css in Display Suite 7.2

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

Styling for the ds_2col template.

File

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