Fix minimap labels on IE9

This commit is contained in:
John Firebaugh 2013-11-13 12:27:57 -08:00
parent 1769971cde
commit 88ef278548

View file

@ -745,6 +745,7 @@ nav.secondary {
font-size: 16px;
text-stroke: 2px #fff;
background: rgba(255,255,255,.9);
z-index: 2; // For IE9
input[type="radio"] {
display: none;
}