logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

infobox.less (196B)


  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. }