ds_4col.css in Display Suite 7.2
Same filename and directory in other branches
Styling for the ds-4col template.
File
layouts/ds_4col/ds_4col.cssView source
- /**
- * @file
- * Styling for the ds-4col template.
- */
-
- .ds-4col > .group-first {
- width: 25%;
- float: left; /* LTR */
- }
-
- .ds-4col > .group-second {
- width: 25%;
- float: left; /* LTR */
- }
-
- .ds-4col > .group-third {
- width: 25%;
- float: left; /* LTR */
- }
-
- .ds-4col > .group-fourth {
- width: 25%;
- float: left; /* LTR */
- }