View Single Post
  #4 (permalink)  
Old 07-May-2008, 10:27 AM
hhEb09'1's Avatar
hhEb09'1 hhEb09'1 is offline
Senior Member
 
Join Date: Apr 2005
Location: NC USA
Posts: 7,978
Default

Quote:
Originally Posted by 01101001 View Post
I think I've seen the problem described, on astronomycast.com.
I see it.

Changing this line from the stylesheet
http://www.astronomycast.com/wp-cont...Cast/style.css
Quote:
#main .footer ul {
list-style: none;
margin: 3px 0px 5px -40px;
to
Quote:
margin: 3px 0px 5px 0px
fixes it for me.
Reply With Quote