mirror of https://github.com/searxng/searxng.git
[mod] more compact logicodev skin
This commit is contained in:
parent
0c9c063141
commit
1ee2a3d25d
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
|||
.result_header {
|
||||
margin-bottom:5px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 4px;
|
||||
font-size: 16px;
|
||||
|
||||
.favicon {
|
||||
|
@ -28,7 +29,7 @@
|
|||
|
||||
.result-content {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 0;
|
||||
word-wrap: break-word;
|
||||
color: @dark-gray;
|
||||
font-size: 13px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.search_categories, #categories {
|
||||
margin: 15px 0 20px 0;
|
||||
margin: 10px 0 4px 0;
|
||||
text-transform: capitalize;
|
||||
|
||||
label{
|
||||
|
|
Loading…
Reference in New Issue