add web link icon

This commit is contained in:
b1ek 2023-03-18 12:46:06 +10:00
parent bdb1e8b5cd
commit cb064c8053
Signed by: blek
GPG Key ID: 14546221E3595D0C
3 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -125,3 +125,17 @@ table.border_table tr th {
font-size: 90%;
text-align: center;
}
a.web_link::before {
background: url(/static/image/ui/web32.png);
background-size: cover;
background-position: center;
content: ' ';
padding: 8px 8px;
margin-right: 4px;
transform: translateY(3px);
display: inline-block;
}