You are here

threecol-source-ordered-3-9--12.css in AT Tools 8.3

.threecol-source-ordered-3-9--12 .hr--1-2 .l-r:first-child {
  width: 75%;
  float: right;
  margin-right: 0;
}

.threecol-source-ordered-3-9--12 .hr--1-2 .l-r:last-child {
  width: 25%;
  float: left;
}

.threecol-source-ordered-3-9--12 .arc--3 .l-r:first-child {
  width: 75%;
  float: right;
  margin-right: 0;
}

.threecol-source-ordered-3-9--12 .arc--3 .l-r:nth-child(2) {
  width: 25%;
  float: left;
}

.threecol-source-ordered-3-9--12 .arc--3 .l-r:last-child {
  clear: both;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-source-ordered-3-9--12.css
View source
  1. .threecol-source-ordered-3-9--12 .hr--1-2 .l-r:first-child {
  2. width: 75%;
  3. float: right;
  4. margin-right: 0;
  5. }
  6. .threecol-source-ordered-3-9--12 .hr--1-2 .l-r:last-child {
  7. width: 25%;
  8. float: left;
  9. }
  10. .threecol-source-ordered-3-9--12 .arc--3 .l-r:first-child {
  11. width: 75%;
  12. float: right;
  13. margin-right: 0;
  14. }
  15. .threecol-source-ordered-3-9--12 .arc--3 .l-r:nth-child(2) {
  16. width: 25%;
  17. float: left;
  18. }
  19. .threecol-source-ordered-3-9--12 .arc--3 .l-r:last-child {
  20. clear: both;
  21. }