mirror of
https://github.com/searxng/searxng.git
synced 2026-01-14 10:35:28 +00:00
[enh] oscar theme redesign added
The original code made by @logico-dev (#559)
This commit is contained in:
11
searx/static/themes/oscar/less/pointhi/infobox.less
Normal file
11
searx/static/themes/oscar/less/pointhi/infobox.less
Normal file
@@ -0,0 +1,11 @@
|
||||
.infobox {
|
||||
.infobox_part {
|
||||
margin-bottom: 20px;
|
||||
word-wrap: break-word;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.infobox_part:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user