You are here

fourcol-4-2-2-4.css in AT Tools 8.3

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

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

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

.fourcol-4-2-2-4 .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-4-2-2-4.css
View source
  1. .fourcol-4-2-2-4 .arc--2 .l-r {
  2. width: 50%;
  3. float: left;
  4. }
  5. .fourcol-4-2-2-4 .arc--4 .l-r {
  6. width: 16.66667%;
  7. float: left;
  8. }
  9. .fourcol-4-2-2-4 .arc--3 .l-r,
  10. .fourcol-4-2-2-4 .arc--4 .l-r:first-child,
  11. .fourcol-4-2-2-4 .arc--4 .l-r:last-child {
  12. width: 33.33333%;
  13. float: left;
  14. }
  15. .fourcol-4-2-2-4 .l-rw:not(.arc--1) .l-r:last-child {
  16. float: right;
  17. margin-right: 0;
  18. }