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