Skip to content

Commit

Permalink
[#2375] Update CSS with IE8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Aug 14, 2012
1 parent 97d92ba commit 9ee4b30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ckan/public/base/css/main.css
Expand Up @@ -4706,6 +4706,9 @@ ul.icons li .icon-large:before {
overflow: hidden;
position: relative;
}
.module-item.first {
clear: left;
}
.group .content img {
margin: 0 -5px 5px;
max-width: initial;
Expand All @@ -4714,6 +4717,12 @@ ul.icons li .icon-large:before {
font-size: 14px;
line-height: 1.3;
}
.group-listing {
margin-left: -20px;
}
.ie .group-listing {
margin-left: -24px;
}
.media {
position: relative;
overflow: hidden;
Expand Down

0 comments on commit 9ee4b30

Please sign in to comment.