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 Green
Vanilla Green
0
This discussion has been closed.
Comments
Adding the following to #pgbottom selector in vanilla.css fixed the problem:
clear:both; display:block
Removing the absolute positioning seemed to work well:
div.Extensions ul li input {
width: auto !important;
margin-top: 3px !important;
left: 260px;
position: absolute;
}
It may require an IE 7 specific hack.
#Header { position: relative; background-color: #000; }
It's not required at all.