topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:32 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Lists on the blog  (Read 5163 times)

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Lists on the blog
« on: November 27, 2011, 03:57 PM »
Don't think I had seen this before but here they are, using IE9 (first screen) and Chrome 15 and Firefox 8 (second screen)

dc.png

dc2.png

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Lists on the blog
« Reply #1 on: November 28, 2011, 01:42 AM »
And in IE8 it looks like this:

Screenshot - 28-11-2011 , 08_38_25.png

Great, all those 'standards compliant' browsers :(

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Lists on the blog
« Reply #2 on: November 28, 2011, 01:48 AM »
Hm, Chrome (both -dev and Canary builds, v17) is also a tad out of line:

Screenshot - 28-11-2011 , 08_46_06.png

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Lists on the blog
« Reply #3 on: November 28, 2011, 04:46 AM »
Fix. In donationcoder2.css:1348 (.quotefloatpicboxL) replace the margin rules with:
Code: CSS [Select]
  1. margin: 0 40px 40px 0;

OR (depending on what the intended look and feel is) in line 43 (ul) add:
Code: CSS [Select]
  1. list-style: none;

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Lists on the blog
« Reply #4 on: November 28, 2011, 08:05 AM »
Thanks for the fix, Justice  :up: