This commit is contained in:
McShelby 2022-02-15 00:38:06 +00:00
parent c14af14721
commit fad80cd61f
151 changed files with 3286 additions and 3278 deletions

View file

@ -1445,3 +1445,11 @@ h6 a {
display: none;
}
}
/* turn off animiation in IE because this causes the menu
to move in from the left on every page load */
@media all and (-ms-high-contrast:none) {
.default-animation{
transition: none;
}
}