Skip to content

Commit

Permalink
fix logo IE10+ is not displayed correct
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed May 6, 2014
1 parent 5507c29 commit 537bb93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/Zeitgeist/stylesheets/ui/_header.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
text-decoration: none;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#root #logo {
width: 80px;
}
#root #logo img.default-piwik-logo {
width: 100%;
}
}

#javascriptDisabled,
#javascriptDisabled a {
font-weight: bold;
Expand Down

0 comments on commit 537bb93

Please sign in to comment.