searxng/searx/static/themes/oscar/less/pointhi/infobox.less

23 lines
372 B
Plaintext
Raw Normal View History

2014-10-05 13:29:21 +00:00
.infobox {
2020-08-03 00:11:24 +00:00
img{
max-height: 250px;
}
2014-10-05 13:29:21 +00:00
.infobox_part {
margin-bottom: 20px;
word-wrap: break-word;
table-layout: fixed;
2014-10-05 13:29:21 +00:00
}
2014-10-05 13:29:21 +00:00
.infobox_part:last-child {
margin-bottom: 0;
}
2020-08-03 01:18:30 +00:00
.header_url {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
2014-10-05 13:29:21 +00:00
}