fix missing classic icons from imagegen css/index, removed classic reference ie-compatability from css.jsi

This commit is contained in:
hankhill19580
2020-08-24 17:15:40 +00:00
parent 21efdb9bd0
commit 14518dc396
3 changed files with 7 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<head>
<title>I2P Imagegen</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/themes/console/classic/images/favicon.ico">
<link rel="icon" href="/themes/console/light/images/favicon.ico">
<link rel="stylesheet" href="/themes/imagegen/imagegen.css" type="text/css">
</head>
<body>

View File

@ -77,4 +77,4 @@
<link href="<%=theThemePath%>mobile.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css">
<%
}
%><!--[if IE]><link href="/themes/console/classic/ieshim.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css" /><![endif]-->
%>