Skip to content

Commit 61915b8

Browse files
committed
PHP API Ref: Fix external link CSS
1 parent e39d251 commit 61915b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/php_api_ref/.phpdoc/template/css/custom.css.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ figcaption {
394394
}
395395

396396
a.external:not(.card):after {
397-
content: url(../images/open-in-new.svg);
397+
content: url(../../../../images/open-in-new.svg);
398398
font-style: normal;
399-
padding-left: 2px;
399+
padding-left: 0px;
400400
position: relative;
401401
font-size: 11px;
402402
top: -5px;

0 commit comments

Comments
 (0)