From eb65c976e3681f4e6ef9d58fed50bb572c13847c Mon Sep 17 00:00:00 2001 From: Mitja Stachowiak Date: Thu, 4 Apr 2024 11:00:18 +0200 Subject: [PATCH] default.css aktualisiert --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index d90c508..fb3478d 100755 --- a/css/default.css +++ b/css/default.css @@ -720,8 +720,8 @@ aside { .thema > div.einleitung:before { content: 'Einleitung in das Thema'; } .thema > div.problem:before { content: 'Problembeschreibung'; } .thema > div.forderungen:before { content: 'Forderungen'; } -.thema > div.fortschrittsdefinition:before { content: 'Definition der Fortschrittsmessung'; } -.thema > div.zieldefinition:before { content: 'Begründung wie das Problem gelöst wird'; } +.thema > div.fortschritt:before { content: 'Definition der Fortschrittsmessung'; } +.thema > div.ziel:before { content: 'Begründung wie das Problem gelöst wird'; } .thema > div.verteidigung:before { content: 'Entkräften von Gegenargumenten'; }