You are here

ds_2col.css in Display Suite 7

Same filename and directory in other branches
  1. 7.2 layouts/ds_2col/ds_2col.css
.group-left {
  float: left;
  width: 50%;
}

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

File

layouts/ds_2col/ds_2col.css
View source
  1. .group-left {
  2. float: left;
  3. width: 50%;
  4. }
  5. .group-right {
  6. float: left;
  7. width: 50%;
  8. }