You are here

threecol-2-2-8.css in AT Tools 8.3

.threecol-2-2-8 .hr--1-2 .l-r {
  width: 50%;
  float: left;
}

.threecol-2-2-8 .hr--1-3 .l-r,
.threecol-2-2-8 .hr--2-3 .l-r {
  width: 16.66667%;
  float: left;
}

.threecol-2-2-8 .hr--1-3 .l-r:last-child,
.threecol-2-2-8 .hr--2-3 .l-r:last-child {
  width: 83.33333%;
  float: left;
}

.threecol-2-2-8 .arc--3 .l-r {
  width: 16.66667%;
  float: left;
}

.threecol-2-2-8 .arc--3 .l-r:last-child {
  width: 66.66667%;
  float: left;
}

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

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-2-2-8.css
View source
  1. .threecol-2-2-8 .hr--1-2 .l-r {
  2. width: 50%;
  3. float: left;
  4. }
  5. .threecol-2-2-8 .hr--1-3 .l-r,
  6. .threecol-2-2-8 .hr--2-3 .l-r {
  7. width: 16.66667%;
  8. float: left;
  9. }
  10. .threecol-2-2-8 .hr--1-3 .l-r:last-child,
  11. .threecol-2-2-8 .hr--2-3 .l-r:last-child {
  12. width: 83.33333%;
  13. float: left;
  14. }
  15. .threecol-2-2-8 .arc--3 .l-r {
  16. width: 16.66667%;
  17. float: left;
  18. }
  19. .threecol-2-2-8 .arc--3 .l-r:last-child {
  20. width: 66.66667%;
  21. float: left;
  22. }
  23. .threecol-2-2-8 .arc--2 .l-r:last-child,
  24. .threecol-2-2-8 .arc--3 .l-r:last-child {
  25. float: right;
  26. margin-right: 0;
  27. }