1
0
Fork 0

[css] Allow borderless images without any additional wrappers

This commit is contained in:
Sebastian Schulze 2020-09-14 14:15:04 +02:00
parent 76e6e289d9
commit 371a20b7f8
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ nav#main ul li.active a {
background-color: rgb(34, 34, 34);
}
img.noborder,
.noborder * {
border: 0 !important;
}