summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/infobox.less
blob: df51b002e1a1e0bcc042dfc71b70c9187b72bc1e (plain)
1
2
3
4
5
6
7
8
9
10
11
.infobox {
    .infobox_part {
        margin-bottom: 20px;
        word-wrap: break-word;
        table-layout: fixed;
    }

    .infobox_part:last-child {
        margin-bottom: 0;
    }
}