Comment 2 for bug 1417291

Revision history for this message
Bernd Bausch (berndbausch) wrote :

This problem can be traced to the following rule in combined.css:

li.docs-has-sub:before {
      content: "+";
      padding: 0 5px;
      margin-right: 5px;
      background: #C2CAD8;
      border-radius: 4px; }

It would seem that the plus sign is inserted deliberately. Is it dangerous to remove this rule?