You are here

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.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-above-brick {
  18. clear: left;
  19. }
  20. .ds-middle-left {
  21. width: 33.3%;
  22. float: left;
  23. }
  24. .ds-middle-middle {
  25. width: 33.3%;
  26. float: left;
  27. }
  28. .ds-middle-right {
  29. width: 33.3%;
  30. float: left;
  31. }
  32. .ds-below-brick {
  33. clear: left;
  34. }
  35. .ds-below-left {
  36. width: 33.3%;
  37. float: left;
  38. }
  39. .ds-below-middle {
  40. width: 33.3%;
  41. float: left;
  42. }
  43. .ds-below-right {
  44. width: 33.3%;
  45. float: left;
  46. }
  47. .ds-footer {
  48. clear: left;
  49. }