From 9cdc71f348daf688a3b08e92f45cf37d7c8fed22 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 18 Jul 2024 21:01:06 +0100 Subject: [PATCH] [ticket/17373] Remove extra separator and change all separators to solid lines The quick links menu in the header navbar had an additional horizontal line at the bottom which did not need to be there. Additionally the separators for links that always display in the quick links menu had dotted underlines rather than the solid underlines that were under the links that only show up for mobile users when there's less screen space. PHPBB-17373 --- phpBB/styles/prosilver/template/navbar_header.html | 1 - phpBB/styles/prosilver/theme/common.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index ef6da4ab91..8269f27fa6 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -69,7 +69,6 @@ {% endif %} {% endif %} -
  • {% EVENT navbar_header_quick_links_after %} diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index b67011e806..66fff05404 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -560,7 +560,7 @@ a.header-avatar img { line-height: normal !important; text-align: left; white-space: nowrap; - border-top: 1px dotted transparent; + border-top: 1px solid transparent; display: list-item; float: none !important; margin: 0;