mirror of https://github.com/searxng/searxng.git
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
.infobox {
|
||
|
.infobox_part {
|
||
|
margin-bottom: 20px;
|
||
|
word-wrap: break-word;
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
.infobox_part:last-child {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|