infobox.less 235 B

123456789101112131415
  1. .infobox {
  2. img{
  3. max-height: 250px;
  4. }
  5. .infobox_part {
  6. margin-bottom: 20px;
  7. word-wrap: break-word;
  8. table-layout: fixed;
  9. }
  10. .infobox_part:last-child {
  11. margin-bottom: 0;
  12. }
  13. }