You are here

threecol-4-4-4.css in AT Tools 8.3

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

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

.threecol-4-4-4 .arc--2 .l-r:last-child,
.threecol-4-4-4 .arc--3 .l-r:last-child {
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-4-4-4.css
View source
  1. .threecol-4-4-4 .arc--2 .l-r {
  2. width: 50%;
  3. float: left;
  4. }
  5. .threecol-4-4-4 .arc--3 .l-r {
  6. width: 33.33333%;
  7. float: left;
  8. }
  9. .threecol-4-4-4 .arc--2 .l-r:last-child,
  10. .threecol-4-4-4 .arc--3 .l-r:last-child {
  11. float: right;
  12. margin-right: 0;
  13. }