Fix unreachable links for IE11 (edge mode)

This corrects the flow of content. As main did not have a float style it
overlapped the nav tag making the links unreachable in IE11.
This commit is contained in:
RickGlimmer
2015-03-08 15:59:59 +00:00
parent 90aa43450b
commit 958a85fc31

View File

@ -156,6 +156,7 @@ a {
main {
@extend .main-column;
padding-top: 12px;
float:left;
}
a:hover {