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;
|
2016-02-28 01:19:04 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
table-layout: fixed;
|
2014-10-05 13:29:21 +00:00
|
|
|
}
|
2019-12-10 17:10:33 +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
|
|
|
}
|