forked from Icycoide/searxng
oscar template: add infobox
This commit is contained in:
parent
517e57b996
commit
c36c935b03
5 changed files with 49 additions and 6 deletions
9
searx/static/oscar/less/oscar/infobox.less
Normal file
9
searx/static/oscar/less/oscar/infobox.less
Normal file
|
@ -0,0 +1,9 @@
|
|||
.infobox {
|
||||
.infobox_part {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.infobox_part:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
@import "results.less";
|
||||
|
||||
@import "infobox.less";
|
||||
|
||||
@import "search.less";
|
||||
|
||||
@import "cursor.less";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue