You are here

ds_2col_stacked_fluid.css in Display Suite 7.2

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

Styling for the ds-2col-stacked-fluid template.

File

layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid.css
View source
  1. /**
  2. * @file
  3. * Styling for the ds-2col-stacked-fluid template.
  4. */
  5. .ds-2col-stacked-fluid > .group-header {
  6. }
  7. .ds-2col-stacked-fluid > .group-left {
  8. float: left; /* LTR */
  9. width: 50%;
  10. }
  11. .ds-2col-stacked-fluid > .group-right {
  12. float: right; /* LTR */
  13. width: 50%;
  14. }
  15. .ds-2col-stacked-fluid.group-one-column > .group-left,
  16. .ds-2col-stacked-fluid.group-one-column > .group-right {
  17. width: 100%;
  18. float: none;
  19. }
  20. .ds-2col-stacked-fluid > .group-footer {
  21. clear: both;
  22. }