Changeset 12988


Ignore:
Timestamp:
Oct 16, 2011, 3:02:39 AM (11 years ago)
Author:
jordan
Message:

(trunk web) revert part of the previous commit. IE didn't add media query support until IE9, so we still have to explicitly call common.css in an "if IE8" block.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/index.html

    r12987 r12988  
    1717                <link media="only screen and (max-device-width: 480px)" href="./style/transmission/mobile.css" type= "text/css" rel="stylesheet" />
    1818                <link media="screen and (min-device-width: 481px)" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
     19                <!-- required by IE8... -->
     20                <!--[if IE]>
     21                <link media="screen" href="./style/transmission/common.css" type="text/css" rel="stylesheet" />
     22                <![endif]-->
    1923                <script type="text/javascript" src="./javascript/jquery/jquery.transmenu.min.js"></script>
    2024                <script type="text/javascript" src="./javascript/jquery/jquery.contextmenu.min.js"></script>
Note: See TracChangeset for help on using the changeset viewer.