aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/multiple-vertical.html
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2014-03-05 23:03:17 -0500
committerTJ VanToll <tj.vantoll@gmail.com>2014-03-07 09:31:42 -0500
commitdfc5c34320691bd113250795243ea8b025b1f516 (patch)
tree24ef991e8d5fc732a5c5effeedae4d3f1ca178de /demos/slider/multiple-vertical.html
parent343c2651729af2fdf020dd538fce0855785f5a0d (diff)
downloadjquery-ui-dfc5c34320691bd113250795243ea8b025b1f516.tar.gz
jquery-ui-dfc5c34320691bd113250795243ea8b025b1f516.zip
Slider: Switch handles from <a href="#"> to <span tabindex="0">
Fixes #9890 Closes gh-1207
Diffstat (limited to 'demos/slider/multiple-vertical.html')
-rw-r--r--demos/slider/multiple-vertical.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/multiple-vertical.html b/demos/slider/multiple-vertical.html
index cdd3ad502..d9bed56aa 100644
--- a/demos/slider/multiple-vertical.html
+++ b/demos/slider/multiple-vertical.html
@@ -11,7 +11,7 @@
<script src="../../ui/slider.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
- #eq span {
+ #eq > span {
height:120px; float:left; margin:15px
}
</style>