Skip to content

Commit

Permalink
Tags on demo homepage now render nicely in IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 29, 2012
1 parent 9c99c8f commit bc9566c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ckan/public/base/less/layout.less
Expand Up @@ -148,3 +148,21 @@
.hero .tags .tag {
margin-right: 15px;
}

.ie7 .hero .tags {
.tag-list {
display: inline;
li {
float: left;
display: block;
}
}
h3 {
float: left;
}
.tag {
display: block;
border: 1px solid @moduleHeadingBorderColor;
background: @moduleHeadingBackgroundColorStart;
}
}

0 comments on commit bc9566c

Please sign in to comment.