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.

Vanilla Ocean IE Registration Fix

At least for me, when registering as a new user, the 2 columns are smooshed into 1 garbled column.
Here is how to fix it:

Open up "PEOPLE.CSS"
On line 123 - 127 is the beginging of the /* Forms */

Change:

fieldset {
border: 0px;
margin: 0px;
padding: 0px 6px 6px 6px;
}


To:

fieldset {
border: 0px;
margin: 0px;
padding: 0px 6px 6px 280px;
}


Such a simple lil fix, that took a few hours to find....Im suprised nobody else posted this information.
This discussion has been closed.