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/functional/templates | |
parent | 7640bb5f0cc8c17a363cc7f5256e645e4af29a06 (diff) | |
download | jquery-ui-33843409533cbf18d3e76a1ae5198867d9a3b7ee.tar.gz jquery-ui-33843409533cbf18d3e76a1ae5198867d9a3b7ee.zip |
removed media="screen" from stylesheet link tags
Diffstat (limited to 'demos/functional/templates')
-rw-r--r-- | demos/functional/templates/ui.sortable.ex3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/templates/ui.sortable.ex3.html b/demos/functional/templates/ui.sortable.ex3.html index 3ad538f3b..9154af0cc 100644 --- a/demos/functional/templates/ui.sortable.ex3.html +++ b/demos/functional/templates/ui.sortable.ex3.html @@ -3,7 +3,7 @@ <div id="example3"> <div style="min-height: 50px; min-height:50px; height:auto !important;"> - <style type="text/css" media="screen"> + <style type="text/css"> #placeholderSortable li { float: left; } |