Move IE8 fixes to fixes.css

This commit is contained in:
Morris Jobke 2014-06-12 13:33:32 +02:00
parent 6c0e27ac99
commit d17094e0a5
2 changed files with 5 additions and 1 deletions

View File

@ -86,3 +86,8 @@ select {
left: 6px;
}
/* fix background of navigation popup in IE8 */
.ie8 #navigation {
background-color: #24282F;
}

View File

@ -129,7 +129,6 @@
max-height: 85%;
margin-top: 0;
padding-bottom: 10px;
background-color: #24282F;
background-color: rgba(36, 40, 47, .97);
border-bottom-right-radius: 7px;
box-shadow: 0 0 7px rgba(29,45,68,.97);