You are here

twocol.css in Panels 5

Same filename and directory in other branches
  1. 5.2 layouts/twocol.css
.panel-2col { 
  /* border: 1px solid red; */ 
  overflow: hidden; 
}

.panel-2col div div { 
  margin: .5em;
}

.panel-2col .panel-col-first { 
  float: left; 
  width: 50%; 
}
.panel-2col .panel-col-last { 
  float: left; 
  width: 50%; 
}
.panel-clearer {
  clear: both;
}

File

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