summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/infobox.less
blob: 41375f277c1853e4e6a45c99828991c907c0782c (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;
    }
}