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

Vanilla Green

edited August 2006 in Vanilla 1.0 Help
Vanilla Green

Comments

  • Options
    I found that the "Bottom of Page" link didn't work for me within a discussion.

    Adding the following to #pgbottom selector in vanilla.css fixed the problem:
    clear:both; display:block
  • Options
    I also found that the checkboxes on the Extension Management page were positioned incorrectly (at least on my browser Mac/FF)

    Removing the absolute positioning seemed to work well:
    div.Extensions ul li input {
       width: auto !important;
       margin-top: 3px !important;
       left: 260px;
       position: absolute;
    }
  • Options
    There's a bug in IE 7 that means the green title bar doesn't show up. The green shows up when the cursor hovers over a link.

    It may require an IE 7 specific hack.
  • Options
    If you simply remove the following from styles/green/vanilla.css, it should work fine across browsers:
    #Header { position: relative; background-color: #000; }
    It's not required at all.
  • Options
    Thanks for that - it works a treat now.
  • Options
    skube, the CSS master ;)
  • Options
    When I do a search for users or comments, the results are listed but the titles to each section are mis-matched from the comments. Is there a way to fix this? A search for topics looks fine.
This discussion has been closed.