From 2f352b3383aaa5bacf95f5eacfe98a158248339d Mon Sep 17 00:00:00 2001 From: qewer33 Date: Mon, 28 Aug 2023 18:15:15 +0300 Subject: [PATCH] Add StartPage CSS warning comment --- src/Mod/Start/StartPage/StartPage.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/Mod/Start/StartPage/StartPage.css b/src/Mod/Start/StartPage/StartPage.css index 9c1a16dd03..60bb15dfc1 100644 --- a/src/Mod/Start/StartPage/StartPage.css +++ b/src/Mod/Start/StartPage/StartPage.css @@ -1,3 +1,10 @@ +/* + * !!! WARNING !!! + * DO NOT change lines that have comment labels right beside them + * these lines are marked with "don't change this line" + * they get replaced by StartPage.py according to the preferences +*/ + /* --- MAIN --- */ html { @@ -150,9 +157,10 @@ ul.tabs li a.active:hover { } .footnote { + /* don't change this line */ + display: block; /* footnote tips display */ color: BGTCOLOR; text-align: center; - display: block; /* footnote tips display */ clear: both; padding-top: 10px; } @@ -189,8 +197,8 @@ ul.icons { } .file-card img { - display: block; /* thumb icons display */ /* don't change this line */ + display: block; /* thumb icons display */ margin: auto; width: THUMBSIZE; height: THUMBSIZE; @@ -252,8 +260,8 @@ a .caption:visited { } .notes { - display: none; /* notes display */ /* don't change this line */ + display: none; /* notes display */ width: 100%; } @@ -347,8 +355,8 @@ ul.addonslist { } .forum { - display: none; /* forum display */ /* don't change this line */ + display: none; /* forum display */ } .forum pre {