three_column_double_bricks.css in DS Extra Layouts 7
Display Suite Three Column Bricks stylesheet.
File
layouts/three_column_double_bricks/three_column_double_bricks.cssView source
- /**
- * @file
- * Display Suite Three Column Bricks stylesheet.
- */
-
- .ds-above-left {
- width: 33.3%;
- float: left;
- }
-
- .ds-above-middle {
- width: 33.3%;
- float: left;
- }
-
- .ds-above-right {
- width: 33.3%;
- float: left;
- }
-
- .ds-above-brick {
- clear: left;
- }
-
- .ds-middle-left {
- width: 33.3%;
- float: left;
- }
-
- .ds-middle-middle {
- width: 33.3%;
- float: left;
- }
-
- .ds-middle-right {
- width: 33.3%;
- float: left;
- }
-
- .ds-below-brick {
- clear: left;
- }
-
- .ds-below-left {
- width: 33.3%;
- float: left;
- }
-
- .ds-below-middle {
- width: 33.3%;
- float: left;
- }
-
- .ds-below-right {
- width: 33.3%;
- float: left;
- }
-
- .ds-footer {
- clear: left;
- }