Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. 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...