Project:AD The Morning After
Version:6.x-1.2
Component:User interface
Category:bug report
Priority:normal
Assigned:Alan Cooney
Status:closed (fixed)

Issue Summary

In the sample screenshot, the block headers are rendered in a small all-caps font and reddy-orange colour (presumably the same colour as is used in the site search box). On my site, the block headers are rendered in a large font in black.

Please visit http://www.alastairsmith.me.uk/ for a live demo, or see the attached screenshot.

AttachmentSize
screenshot.png112.51 KB

Comments

#1

I fixed this by changing line 605 of style.css as follows:

- .block h2.title {
+ .block h2 {

#2

Assigned to:Anonymous» Alan Cooney
Status:active» fixed

Thanks for your input, this has now been fixed.

#3

Status:fixed» closed (fixed)

Closed- tidying up