Fix fieldset flow for Firefox

This commit is contained in:
Duncan Sommerville 2015-07-08 14:19:50 -04:00
parent 67c5b73db4
commit ad39174f57
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ select {
border:1px solid #9d9d9d;
}
/* Fix for Firefox */
fieldset {
clear: both;
}
.logo {
background: transparent url(images/airtime_logo.png) no-repeat 0 0;
height: 35px;