summaryrefslogtreecommitdiff
path: root/searx/static/oscar/less/oscar/infobox.less
blob: c6a6d42483824bc6d933832f50c36554d6effa21 (plain)
1
2
3
4
5
6
7
8
9
.infobox {
    .infobox_part {
        margin-bottom: 20px;
    }
    
    .infobox_part:last-child {
        margin-bottom: 0;
    }
}