You are here

threecol_33_34_33.css in Panels 5

Same filename and directory in other branches
  1. 5.2 layouts/threecol_33_34_33.css
.panel-3col-33 { 
  /* border: 1px solid red; */ 
  overflow: hidden; 
}
.panel-3col-33 div div { 
  margin: .5em;
}
.panel-3col-33 .panel-col-first { 
  float: left; 
  width: 33%; 
}
.panel-3col-33 .panel-col { 
  float: left; 
  width: 34%; 
}
.panel-3col-33 .panel-col-last { 
  float: left; 
  width: 33%; 
}
.panel-clearer {
  clear: both;
}

File

layouts/threecol_33_34_33.css
View source
  1. .panel-3col-33 {
  2. /* border: 1px solid red; */
  3. overflow: hidden;
  4. }
  5. .panel-3col-33 div div {
  6. margin: .5em;
  7. }
  8. .panel-3col-33 .panel-col-first {
  9. float: left;
  10. width: 33%;
  11. }
  12. .panel-3col-33 .panel-col {
  13. float: left;
  14. width: 34%;
  15. }
  16. .panel-3col-33 .panel-col-last {
  17. float: left;
  18. width: 33%;
  19. }
  20. .panel-clearer {
  21. clear: both;
  22. }