mirror of
https://github.com/transmission/transmission
synced 2025-02-08 15:34:44 +00:00
avoid double-include of common.css in IE8
This commit is contained in:
parent
4f600724a0
commit
d6045cba2b
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
||||||
-->
|
-->
|
||||||
<link media="only screen and (max-device-width: 480px)" href="./style/transmission/mobile.css" type= "text/css" rel="stylesheet" />
|
<link media="only screen and (max-device-width: 480px)" href="./style/transmission/mobile.css" type= "text/css" rel="stylesheet" />
|
||||||
<link media="screen and (min-device-width: 481px)" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
|
<link media="screen and (min-device-width: 481px)" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
|
||||||
<!-- required by IE8... -->
|
<!--[if IE 8]>
|
||||||
<!--[if IE]>
|
|
||||||
<link media="screen" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
|
<link media="screen" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<script type="text/javascript" src="./javascript/jquery/jquery.transmenu.min.js"></script>
|
<script type="text/javascript" src="./javascript/jquery/jquery.transmenu.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue