mirror of https://gitlab.com/bashrc2/epicyon
Size of rss icon
parent
b8341e65ef
commit
41468e0596
|
@ -347,7 +347,9 @@ details {
|
|||
.accesskeys-right {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.newswire_rss_image {
|
||||
width: 30px;
|
||||
}
|
||||
.cw {
|
||||
font-style: var(--cw-style);
|
||||
font-weight: var(--cw-weight);
|
||||
|
|
|
@ -2458,7 +2458,7 @@ def html_known_epicyon_instances(base_dir: str, http_prefix: str,
|
|||
http_prefix = 'http'
|
||||
instances_text += \
|
||||
instance + ' <a href="' + http_prefix + '://' + instance + \
|
||||
'/newswire.xml"><img class="leftColEditImage" ' + \
|
||||
'/newswire.xml"><img class="newswire_rss_image" ' + \
|
||||
'loading="lazy" decoding="async" alt="' + newswire_str + \
|
||||
'" title="' + newswire_str + \
|
||||
'" src="/icons/logorss.png"></a><br>\n'
|
||||
|
|
Loading…
Reference in New Issue