You are here

three_column_bricks.css in DS Extra Layouts 7

Display Suite Three Column Bricks stylesheet.

File

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