Closed (fixed)
Project:
AD The Morning After
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jun 2008 at 14:59 UTC
Updated:
29 Jun 2008 at 14:44 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 112.51 KB | alastair |
Comments
Comment #1
alastair commentedI fixed this by changing line 605 of style.css as follows:
- .block h2.title {
+ .block h2 {
Comment #2
Alan Cooney commentedThanks for your input, this has now been fixed.
Comment #3
Alan Cooney commentedClosed- tidying up