Opened 12 years ago

Closed 12 years ago

#8964 closed bug (fixed)

Some text on the forum front page is garbled

Reported by: ddavid123 Owned by: haiku-web
Priority: normal Milestone: R1
Component: Website Version: R1/alpha3
Keywords: forum Cc:
Blocked By: Blocking:
Platform: All

Description

When you go the the Haiku forum, there is a section that reads "Topics Posts and Last Posts" However it is rendered on top of another string of text which says "Login to post new content in the forum". The later string is almost impossible to read.

When running Haiku, the two strings are rendered separately. However, when viewing the page from Firefox (Linux) is when the two strings gets merged. I will post a screenshot showing the issue.

Attachments (1)

Screenshot.png (369.7 KB ) - added by ddavid123 12 years ago.

Download all attachments as: .zip

Change History (4)

by ddavid123, 12 years ago

Attachment: Screenshot.png added

comment:1 by ddavid123, 12 years ago

Sorry for the double posting of the screenshot.

comment:2 by jstressman, 12 years ago

A simple change to the CSS would fix this.

#forum table {
    clear: right;
}

(along with the other css that's already there of course)

comment:3 by nielx, 12 years ago

Resolution: fixed
Status: newclosed

Fixed. Thanks for the patch.

Note: anonymous pages will be recached in a few hours.

Note: See TracTickets for help on using tickets.