infobox.less 192 B

1234567891011
  1. .infobox {
  2. .infobox_part {
  3. margin-bottom: 20px;
  4. word-wrap: break-word;
  5. table-layout: fixed;
  6. }
  7. .infobox_part:last-child {
  8. margin-bottom: 0;
  9. }
  10. }