Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Missing (down) arrows in table of contents of Wiki pages

Missing (down) arrows in table of contents of Wiki pages

Added by Frank Z over 9 years ago

Dear all,

in 4.0.5 there were (down) arrows displayed in the table of contents of Wiki pages

toc in 4.0.5

They do not Show up in my 5.0.9 setup

toc in 5.0.9

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)


Loading...