Opened 17 years ago

Closed 17 years ago

#203 closed defect (fixed)

Failure of CSS to style the document footer

Reported by: oranfry Owned by: oranfry
Priority: low Milestone:
Component: Greenstone2 Runtime Severity:
Keywords: Cc:

Description

See mail [greenstone-users] style:footer, 21/06/07

Text added to the _footer_ macro in document.dm is automatically bolded. The problem is that it isn't clear where that style is defined and there seems to be no way to turn it off. Even stranger: attempts to override the styles with inline styles fail, eg, <span style="font-weight: normal;">footer text</span> still shows 'footer text' in bold. This goes against my understanding of CSS inheritence, so I suspect a it is a mark-up problem.

Change History (2)

comment:1 by oranfry, 17 years ago

Owner: changed from nobody to oranfry

A quick validity check reveals an unclosed <b> tag, will investigate and hopefully fix it.

comment:2 by oranfry, 17 years ago

Resolution: fixed
Status: newclosed

Bug came from the imported html documents of the particular collection I was testing with. Fixing the documents fixed the problem. Closing this bug, but will open another, as greenstone should fix invalid markup automatically!

Note: See TracTickets for help on using tickets.