You are here

four_column_stacked.css in DS Extra Layouts 7

Styling for the four_column_stacked template.

File

layouts/four_column_stacked/four_column_stacked.css
View source
  1. /**
  2. * @file
  3. * Styling for the four_column_stacked template.
  4. */
  5. .four_column_stacked > .group-first {
  6. width: 25%;
  7. float: left; /* LTR */
  8. }
  9. .four_column_stacked > .group-second {
  10. width: 25%;
  11. float: left; /* LTR */
  12. }
  13. .four_column_stacked > .group-third {
  14. width: 25%;
  15. float: left; /* LTR */
  16. }
  17. .four_column_stacked > .group-fourth {
  18. width: 25%;
  19. float: left; /* LTR */
  20. }