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 | |
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')
-rw-r--r-- | demos/real-world/accordion-drawers/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/effects/index.html | 2 | ||||
-rw-r--r-- | demos/real-world/layout/index.html | 4 | ||||
-rw-r--r-- | demos/real-world/product-slider/index.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/demos/real-world/accordion-drawers/index.html b/demos/real-world/accordion-drawers/index.html index cfab621a5..c6dcf618b 100644 --- a/demos/real-world/accordion-drawers/index.html +++ b/demos/real-world/accordion-drawers/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Slide Demo - Fixed Drawer</title> - <style type="text/css" media="screen"> + <style type="text/css"> <!-- /*************************************/ /* Blueprint: reset.css */ diff --git a/demos/real-world/effects/index.html b/demos/real-world/effects/index.html index b05d2f010..088f32246 100644 --- a/demos/real-world/effects/index.html +++ b/demos/real-world/effects/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Effects Test Suite</title> - <link rel="stylesheet" href="style.css" type="text/css" media="screen" title="no title" charset="utf-8" /> + <link rel="stylesheet" href="style.css" type="text/css" title="no title" charset="utf-8" /> <script type="text/javascript" src="../../../jquery-1.2.6.js"></script> <script type="text/javascript" src="../../../ui/effects.core.js"></script> 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> diff --git a/demos/real-world/product-slider/index.html b/demos/real-world/product-slider/index.html index 05443fdae..6b39edaa6 100644 --- a/demos/real-world/product-slider/index.html +++ b/demos/real-world/product-slider/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Slider Gallery</title> - <style type="text/css" media="screen"> + <style type="text/css"> <!-- body { padding: 0; |