From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- frontend/install/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'frontend/install/css') diff --git a/frontend/install/css/style.css b/frontend/install/css/style.css index e7cd886..362854b 100644 --- a/frontend/install/css/style.css +++ b/frontend/install/css/style.css @@ -265,19 +265,19 @@ footer .footer_content .logo_holder img { /************WELCOME STRAN***************/ .main_content.welcome h2::before { - content: "1/5 - "; + content: "1/4 - "; } /******************************/ /************FINISH STRAN***************/ .main_content.finish h2::before { - content: "5/5 - "; + content: "4/4 - "; } /******************************/ /************CHECK STRAN***************/ .main_content.check h2::before { - content: "2/5 - "; + content: "2/4 - "; } .main_content.check .check_segment { margin: 0 0 20px 0; @@ -312,7 +312,7 @@ footer .footer_content .logo_holder img { /******************************/ /************SETTINGS STRAN***************/ .main_content.settings h2::before { - content: "3/5 - "; + content: "3/4 - "; } .main_content.settings .settings_segment { margin: 0 0 20px 0; @@ -343,7 +343,7 @@ footer .footer_content .logo_holder img { /******************************/ /************DATABASE STRAN***************/ .main_content.database h2::before { - content: "4/5 - "; + content: "3/4 - "; } /******************************/ -- cgit v1.2.3