1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Do not show legacy icon-bookmarked-project in projects-index (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23052 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-09-11 19:35:13 +00:00
parent 51312cc318
commit 94478a1a3e

View File

@ -777,7 +777,15 @@ ul.projects div.description ul li {list-style-type:initial;}
width: 100%;
}
#projects-index ul.projects li.child {margin-top: 1em;}
#projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
#projects-index ul.projects div.root a.project {
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 16px;
margin: 0 0 10px 0;
/* @ToDo: Remove below lines when legacy icon styles are removed */
background-image: none;
padding-left: 0;
}
#projects-index ul.projects div.description {
padding-top: 0.5em;
}