Block headers not rendering correctly
alastair - June 25, 2008 - 14:59
| Project: | AD The Morning After |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Alan Cooney |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| screenshot.png | 112.51 KB |

#1
I fixed this by changing line 605 of style.css as follows:
- .block h2.title {
+ .block h2 {
#2
Thanks for your input, this has now been fixed.
#3
Closed- tidying up