Last modified: 2012-04-16 09:15:55 UTC
Browser: Firefox 3.6.13 OS: Ubuntu 10.10 Sometimes the edit links are floating in the wrong position. They stack up on one place usually further down the page. The URI shows the issue. Those edit links should actually be higher up, next to their respective header. I believe this is caused by the several floating images to the right so therefore it can't always be seen everywhere. The fix is quite easy and will position back the edit links to the right place. h2, h3, h4, h5, h6 { overflow: auto; } **It should be noted that this bug has only been viewed and fixed for the above browser. Other browsers have not been checked.**
Update: ignore the id part
*** This bug has been marked as a duplicate of bug 26449 ***