Skip to content

Commit

Permalink
Fixes to make footer work in Internet Explorer 7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 29, 2012
1 parent 565a2e9 commit 1d385f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ckan/public/base/less/footer.less
Expand Up @@ -16,6 +16,15 @@
color: @footerLinkColor;
}

.ie7 .site-footer {
color: #fff;
a,
label,
small {
color: #fff;
}
}

.footer-links,
.attribution {
.makeColumn(6);
Expand All @@ -32,6 +41,14 @@
margin-bottom: 5px;
}

.ie7 .footer-links {
.clearfix;
li {
float: left;
}

}

.attribution small {
color: @footerTextColor;
font-size: 12px;
Expand Down

0 comments on commit 1d385f6

Please sign in to comment.