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