From 4a036a3ed32bbf19b45bb56c7abfaf5e1e4fad2c Mon Sep 17 00:00:00 2001 From: JustusHenke <119817909+JustusHenke@users.noreply.github.com> Date: Fri, 24 May 2024 17:11:40 +0200 Subject: [PATCH] minor improvements --- amb-dido.php | 2 +- styles-frontend.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amb-dido.php b/amb-dido.php index b5a10e9..0995935 100644 --- a/amb-dido.php +++ b/amb-dido.php @@ -2,7 +2,7 @@ /** * Plugin Name: AMB-DidO Plugin * Description: Erstellt Metadaten gemäß AMB-Standard im JSON-Format für didaktische und Organisationsressourcen - * Version: 0.1 + * Version: 0.6 * Author: Justus Henke */ diff --git a/styles-frontend.css b/styles-frontend.css index 40c7433..36b3056 100644 --- a/styles-frontend.css +++ b/styles-frontend.css @@ -15,7 +15,7 @@ } .amb-metadata-box ul { - list-style-type: none; + list-style-type: none !important; padding: 0; margin: 0; display: flex;