The Thunderbird logo in the Footer is clickable also in the empty space around it.
This can be fixed by setting the footer to have text-align: center; and the footer .logo be display: inline-block;.
I'm not sure if this change will affect other sections since I can't currently see how menus and other currently empty sections might behave.
@micahilbery, after we populate the footer, can you take care of cleaning the CSS up a bit and align things properly?
Also this has a very low priority.
The Thunderbird logo in the Footer is clickable also in the empty space around it. This can be fixed by setting the
footer
to havetext-align: center;
and thefooter .logo
bedisplay: inline-block;
.I'm not sure if this change will affect other sections since I can't currently see how menus and other currently empty sections might behave.
@micahilbery, after we populate the footer, can you take care of cleaning the CSS up a bit and align things properly? Also this has a very low priority.