mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 13:20:11 +01:00
2a5c39e33c
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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;
|
|
}
|
|
}
|