Content
You are here:
Missing (down) arrows in table of contents of Wiki pages
Added by Frank Z almost 9 years ago
Dear all,
in 4.0.5 there were (down) arrows displayed in the table of contents of Wiki pages
They do not Show up in my 5.0.9 setup
In fact there are differences in the respective css files:
-
4.0.5
div.wiki ul.toc a{
font-weight:normal;
background-image:url("/openproject/assets/arrow-down-a59393c95e8031bb4c3dbf0adc9cb18d.png");
background-repeat:no-repeat;
background-position:0% 60%;
padding-left:16px
} -
5.0.9
div.wiki ul.toc a{
font-weight:normal;
background-repeat:no-repeat;
background-position:0% 60%
}
Is this on purpose or is there something wrong in my setup?
(which was a one step migration from 4.0.5 to 5.0.9, https://community.openproject.org/topics/5635)