mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 13:40:03 +00:00
Add image format and source information to display (#1567)
Add image format and source information to display - needs changes to engines to actually display something. Displays result.source (website from which the image was taken) and result.img_format (image type and size). Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes. Strip <span class="highlight">...</span> in the oscar image template.
This commit is contained in:
committed by
Alexandre Flament
parent
88261e111c
commit
e4e8e6da4c
@@ -59,7 +59,7 @@ ul.nav li a {
|
||||
border-bottom: 4px solid #3d9f94 !important;
|
||||
}
|
||||
|
||||
.result-content {
|
||||
.result-content, .result-source, .result-format {
|
||||
color:#B5B8B7 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user