You are here

ds_2col_stacked.css in Display Suite 7.2

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

Styling for the ds-2col-stacked template.

File

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