Ponysearch/searx/static/themes/oscar/less/oscar/infobox.less

11 lines
168 B
Text
Raw Normal View History

2014-10-05 15:29:21 +02:00
.infobox {
.infobox_part {
margin-bottom: 20px;
2015-01-18 13:42:31 +01:00
word-wrap: break-word;
2014-10-05 15:29:21 +02:00
}
.infobox_part:last-child {
margin-bottom: 0;
}
}