Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Why no spacing at the bottom of category page?

edited April 2008 in Vanilla 1.0 Help
...even in this forum under Safari and IE7. Not in Firefox.

How do I fix this in my own forum with a lot of categories?

Thanks for help!

Comments

  • Options
    hm? nobody interested to fix that?
  • Options
    I guess some CSS is being used that Safari and IE don't do correctly. I can confirm this behavior in Safari 3.0.4
  • Options
    It's also missing in Opera. Interesting bug.
  • Options
    edited April 2008
    I think padding should be use instead of margin: Vanilla.css line 448
    #Categories { border-top:1px solid #CCCCCC; float:left; list-style-image:none; list-style-position:outside; list-style-type:none; padding:0px 0px 20px; margin:0px; width:100%; }
    I just tested it in safari and firefox.
  • Options
    Yes, that was it! Works now in many Browsers correctly.

    Well done :-)
This discussion has been closed.