ds_3col_stacked_equal_width.css in Display Suite 7.2
Same filename and directory in other branches
Styling for the ds-3col-stacked-equal template.
File
layouts/ds_3col_stacked_equal_width/ds_3col_stacked_equal_width.cssView source
- /**
 -  * @file
 -  * Styling for the ds-3col-stacked-equal template.
 -  */
 - 
 - .ds-3col-stacked-equal > .group-header {
 -   clear: both;
 - }
 - 
 - .ds-3col-stacked-equal > .group-left {
 -   width: 33%;
 -   float: left; /* LTR */
 - }
 - 
 - .ds-3col-stacked-equal > .group-middle {
 -   width: 34%;
 -   float: left; /* LTR */
 - }
 - 
 - .ds-3col-stacked-equal > .group-right {
 -   width: 33%;
 -   float: right; /* LTR */
 - }
 - 
 - .ds-3col-stacked-equal > .group-footer {
 -   clear: both;
 - }