You have some styles being inherited in the blog page #content:
style.css
Code:
... (line 156)
#content ul { list-style:none; }
#content li { margin:0 0 8px 0; padding:0 0 5px 12px; line-height:20px; font-size:14px; }
#content ol { margin:0 0 0 18px; padding:0 0 10px 5px; list-style-type:decimal; line-height:18px; }
#content ol li ol { margin:8px 0 5px 18px; padding:0; }
#content ol li { margin:0 0 5px 0; padding:0; }
...
Moving the #index_sidebar rules below the #content rules should correct the problem.
Last edited by bionoid; 08-05-2012 at 05:01 PM.
All code given is free and non-refundable.
Bookmarks