From b694a643cb9cfa4c2032780f34bf51dcbc6256fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 5 Sep 2023 22:56:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Add=20a=20bit=20of=20styling=20t?= =?UTF-8?q?o=20the=20plugin=20list=20(for=20winterfacey)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../http/staticfiles/themes/winterfacey/theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/freenet/clients/http/staticfiles/themes/winterfacey/theme.css b/src/freenet/clients/http/staticfiles/themes/winterfacey/theme.css index ae72cfaf8a0..f8fd84ced0f 100644 --- a/src/freenet/clients/http/staticfiles/themes/winterfacey/theme.css +++ b/src/freenet/clients/http/staticfiles/themes/winterfacey/theme.css @@ -1424,6 +1424,14 @@ body[id*="Sone"] { word-break: break-all; } +#page-_plugins_ .plugin-group { + margin: 1em 0; +} + +#page-_plugins_ .plugin-group-title { + font-weight: bold; +} + #masterPasswordForm label { margin: 0 10px 0 0; } @@ -1972,4 +1980,4 @@ body[id*="Sone"] { #page-_downloads_ #queue-legend td { font-size: 10px; } -} \ No newline at end of file +}