You are here

two_column_bricks.css in DS Extra Layouts 7

Display Suite Two Column Bricks stylesheet.

File

layouts/two_column_bricks/two_column_bricks.css
View source
  1. /**
  2. * @file
  3. * Display Suite Two Column Bricks stylesheet.
  4. */
  5. .ds-above-left {
  6. width: 50%;
  7. float: left;
  8. }
  9. .ds-above-right {
  10. width: 50%;
  11. float: left;
  12. }
  13. .ds-middle {
  14. clear: left;
  15. }
  16. .ds-below-left {
  17. width: 50%;
  18. float: left;
  19. }
  20. .ds-below-right {
  21. width: 50%;
  22. float: left;
  23. }
  24. .ds-footer {
  25. clear: left;
  26. }