diff options
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; |