You are here

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

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

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

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

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