add class clear to CSS so menu's work properly again

This commit is contained in:
james 2010-09-28 19:07:31 +00:00
parent 3e8271c869
commit cbcb1743ce

View File

@ -8,6 +8,10 @@ body
height:100%;
}
.clear {
clear: both;
}
input, textarea, select
{
font-family: Verdana, Arial, Sans-Serif;