You are here

ds_2col_stacked_fluid.css in Display Suite 7

Same filename and directory in other branches
  1. 7.2 layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid.css
.group-header {
}

.group-left {
  float: left;
  width: 50%;
}

.group-right {
  float: right;
  width: 50%;
}

.group-one-column .group-left,
.group-one-column .group-right {
	width: 100%;
	float: none;
} 

.group-footer {
  clear: both;
}

File

layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid.css
View source
  1. .group-header {
  2. }
  3. .group-left {
  4. float: left;
  5. width: 50%;
  6. }
  7. .group-right {
  8. float: right;
  9. width: 50%;
  10. }
  11. .group-one-column .group-left,
  12. .group-one-column .group-right {
  13. width: 100%;
  14. float: none;
  15. }
  16. .group-footer {
  17. clear: both;
  18. }