Skip to content

Commit

Permalink
Added fix for breadcrumbs in IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 30, 2012
1 parent 6c60feb commit 6171c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added ckan/public/base/images/breadcrumb-slash-ie7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion ckan/public/base/less/toolbar.less
Expand Up @@ -31,7 +31,12 @@
}

.ie7 .toolbar .breadcrumb li {
margin-right: 0.5em; // No :after support in IE7 so just pad items.
padding-right: 10px;
margin-right: 5px;
background: transparent url("@{imagePath}/breadcrumb-slash-ie7.png") 100% 50% no-repeat;
&.active {
background-image: none;
}
}

.toolbar .breadcrumb li:after {
Expand Down

0 comments on commit 6171c4a

Please sign in to comment.