From b12f35ed4591b3f0a78b5b8b681aa59e6e5db638 Mon Sep 17 00:00:00 2001 From: paulsohier Date: Fri, 18 Sep 2026 16:56:07 +0100 Subject: [PATCH] Drop the unused KB article attachment styles phpbb/phpbb-website-private#21 no longer lists forum attachments on knowledge base articles: images an article needs go into the website's repository instead. The .kb-article-attachments and .kb-article-filesize rules from #36 have nothing left to style. Co-Authored-By: Claude Opus 5 --- css/support_docs.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/css/support_docs.css b/css/support_docs.css index ac4fe51..3b1e7f5 100644 --- a/css/support_docs.css +++ b/css/support_docs.css @@ -1304,7 +1304,7 @@ ul#tutorials li { font-size: 1.1em; } -/* Attachments and the link to paste into a support topic. */ +/* The link to paste into a support topic. */ .kb-article-footer { margin-top: 20px; padding: 12px 14px; @@ -1322,27 +1322,6 @@ ul#tutorials li { text-transform: none; } -.kb-article-attachments { - margin-bottom: 14px; -} - -.kb-article-attachments ul { - list-style: none; - margin: 0; - padding: 0; -} - -.kb-article-attachments li { - padding: 3px 0; - font-size: 1.2em; -} - -.kb-article-filesize { - margin-left: 6px; - color: #626D76; - font-size: 0.9em; -} - .kb-article-link-field { display: flex; gap: 6px;