You are here

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

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

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

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

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