Removes padding-right from Doxygen href tags (#1934)

This commit is contained in:
Dana Robinson 2022-07-26 09:23:11 -07:00 committed by GitHub
parent 0636395851
commit 96edaa304c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,5 +247,4 @@ a {
a[href*="http"] {
background: url('https://mdn.mozillademos.org/files/12982/external-link-52.png') no-repeat 100% 0;
background-size: 12px 12px;
padding-right: 16px;
}