ds_3col_equal_width.css in Display Suite 7
Same filename and directory in other branches
.group-left { width: 33%; float: left; } .group-middle { width: 34%; float: left; } .group-right { width: 33%; float: right; }
File
layouts/ds_3col_equal_width/ds_3col_equal_width.cssView source
-
- .group-left {
- width: 33%;
- float: left;
- }
-
- .group-middle {
- width: 34%;
- float: left;
- }
-
- .group-right {
- width: 33%;
- float: right;
- }