1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 12:00:46 +02:00
searxng/searx/static/themes/oscar/less/pointhi/infobox.less

23 lines
372 B
Plaintext
Raw Normal View History

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