Skip to content

Commit

Permalink
[#2599] Remove background from toolbar in IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 26, 2012
1 parent c0783b8 commit 7567795
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ckan/public/base/less/toolbar.less
Expand Up @@ -9,13 +9,17 @@
.box-shadow(none);
position: relative;
float: left;
background: none;
margin: 0;
padding: 0;
border: none;
background: none;
font-size: 20px;
}

.ie .toolbar .breadcrumb {
filter: none; // Remove filter set by the gradient mixin.
}

.toolbar li [class^=icon]:before {
width: auto; // Fix Bootstrap icon widths
}
Expand Down

0 comments on commit 7567795

Please sign in to comment.