diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-13 08:35:02 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-13 08:35:02 +0000 |
commit | 33843409533cbf18d3e76a1ae5198867d9a3b7ee (patch) | |
tree | d59447c0484c01194cf7bd63a80a0b6bd69390e7 /demos/real-world/layout/index.html | |
parent | 7640bb5f0cc8c17a363cc7f5256e645e4af29a06 (diff) | |
download | jquery-ui-33843409533cbf18d3e76a1ae5198867d9a3b7ee.tar.gz jquery-ui-33843409533cbf18d3e76a1ae5198867d9a3b7ee.zip |
removed media="screen" from stylesheet link tags
Diffstat (limited to 'demos/real-world/layout/index.html')
-rw-r--r-- | demos/real-world/layout/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/real-world/layout/index.html b/demos/real-world/layout/index.html index 62ee91e27..218a13f0b 100644 --- a/demos/real-world/layout/index.html +++ b/demos/real-world/layout/index.html @@ -15,9 +15,9 @@ <link rel="shortcut icon" href="http://jquery.com/favicon.ico" /> <link rel="icon" href="http://jquery.com/favicon.ico" type="image/x-icon" /> - <link rel="stylesheet" href="demo.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="demo.css" type="text/css" /> <!--[if IE]> - <link rel="stylesheet" href="demo-ie.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="demo-ie.css" type="text/css" /> <![endif]--> </head> |