mirror of
https://github.com/transmission/transmission
synced 2025-02-08 07:24:55 +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="screen and (min-device-width: 481px)" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
|
||||
<!-- required by IE8... -->
|
||||
<!--[if IE]>
|
||||
<!--[if IE 8]>
|
||||
<link media="screen" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="./javascript/jquery/jquery.transmenu.min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue