mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 06:30:02 +00:00
add class for infobox's official url
This commit is contained in:
@@ -268,12 +268,18 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
||||
.infobox .panel-heading .panel-title {
|
||||
font-weight: 700;
|
||||
}
|
||||
.infobox .header_url {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
}
|
||||
.infobox p {
|
||||
font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
|
||||
font-style: italic;
|
||||
}
|
||||
.infobox img {
|
||||
max-height: 250px;
|
||||
max-height: "250px";
|
||||
}
|
||||
.infobox .btn {
|
||||
background-color: #007ab8;
|
||||
|
||||
Reference in New Issue
Block a user