You are here

fourcol-5-3-2-2.css in AT Tools 8.3

.fourcol-5-3-2-2 .arc--2 .l-r,
.fourcol-5-3-2-2 .arc--3 .l-r,
.fourcol-5-3-2-2 .arc--4 .l-r:first-child {
  width: 41.66667%;
  float: left;
}

.fourcol-5-3-2-2 .arc--2 .l-r:first-child {
  width: 58.33333%;
  float: left;
}

.fourcol-5-3-2-2 .arc--3 .l-r:last-child {
  width: 16.66667%;
  float: left;
}

.fourcol-5-3-2-2 .arc--4 .l-r {
  width: 16.66667%;
  float: left;
}

.fourcol-5-3-2-2 .l-rw:not(.arc--1) .l-r:last-child {
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/fourcol/fourcol-5-3-2-2.css
View source
  1. .fourcol-5-3-2-2 .arc--2 .l-r,
  2. .fourcol-5-3-2-2 .arc--3 .l-r,
  3. .fourcol-5-3-2-2 .arc--4 .l-r:first-child {
  4. width: 41.66667%;
  5. float: left;
  6. }
  7. .fourcol-5-3-2-2 .arc--2 .l-r:first-child {
  8. width: 58.33333%;
  9. float: left;
  10. }
  11. .fourcol-5-3-2-2 .arc--3 .l-r:last-child {
  12. width: 16.66667%;
  13. float: left;
  14. }
  15. .fourcol-5-3-2-2 .arc--4 .l-r {
  16. width: 16.66667%;
  17. float: left;
  18. }
  19. .fourcol-5-3-2-2 .l-rw:not(.arc--1) .l-r:last-child {
  20. float: right;
  21. margin-right: 0;
  22. }