Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Dynamic width version.

This discussion is related to the VanillaForums.org (old blue) addon.
ShmizzleShmizzle New
edited October 2010 in Vanilla 2.0 - 2.8
Great theme, would be really cool to see a dynamic-width version.

Comments

  • SS ✭✭
    #Body {
    max-width: 1200px;
    min-width: 980px;
    width: 90%;
    }
    #Content{
    width: 72%;
    }
    #Panel{
    float:left;
    /*border-right: 1px solid #f5f5f5; /* are you sure? */
    /*width:260px;*/
    width: 25%;

    /* width:auto;
    min-width: 260px;
    max-width: 320px;*/
    }
Sign In or Register to comment.