mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add class for infobox's official url
This commit is contained in:
parent
001eb047cd
commit
74270a3fc2
9 changed files with 38 additions and 6 deletions
|
|
@ -167,6 +167,12 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
.infobox .infobox_part:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.infobox .header_url {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
}
|
||||
.search_categories,
|
||||
#categories {
|
||||
text-transform: capitalize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue