mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-28 01:44:55 +00:00
Fix: remove IE 6-8 support
This commit is contained in:
parent
8058c48a38
commit
b5e2dd62c6
Binary file not shown.
@ -98,9 +98,6 @@ small {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/assets/MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||
src: local('Material Icons'),
|
||||
local('MaterialIcons-Regular');
|
||||
src: url(/assets/MaterialIcons-Regular.woff2) format('woff2'),
|
||||
url(/assets/MaterialIcons-Regular.woff) format('woff'),
|
||||
url(/assets/MaterialIcons-Regular.ttf) format('truetype');
|
||||
@ -273,6 +270,7 @@ caption {
|
||||
#updateDBprogress {
|
||||
width:20px;
|
||||
}
|
||||
|
||||
.updateDBprogressAnimate {
|
||||
animation-duration: 2s;
|
||||
animation-name: changewidth;
|
||||
|
@ -14,7 +14,6 @@ var urlsToCache = [
|
||||
'/assets/coverimage-notavailable.png',
|
||||
'/assets/coverimage-loading.png',
|
||||
'/assets/favicon.ico',
|
||||
'/assets/MaterialIcons-Regular.eot',
|
||||
'/assets/MaterialIcons-Regular.ttf',
|
||||
'/assets/MaterialIcons-Regular.woff',
|
||||
'/assets/MaterialIcons-Regular.woff2'
|
||||
|
Loading…
Reference in New Issue
Block a user