Author: lwlinux (lwlwilliam) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-11-20T10:15:11+03:00
Commit: https://github.com/php/web-php/commit/3e1bf68681de69fd518cbaa145e520a38584eb40 Raw diff: https://github.com/php/web-php/commit/3e1bf68681de69fd518cbaa145e520a38584eb40.diff Fix PHP8.5 release page css (#1629) Changed paths: M styles/php85.css Diff: diff --git a/styles/php85.css b/styles/php85.css index 4ac3708350..6dea02089b 100644 --- a/styles/php85.css +++ b/styles/php85.css @@ -42,6 +42,11 @@ margin: 0; } +.php85 .navbar .navbar__nav { + margin: 0; + margin-left: 24px; +} + .php85 #layout-content a:link, .php85 #layout-content a:visited { color: inherit;
