]> source.dussan.org Git - jquery-ui.git/commitdiff
Slider demo: Removed IE6 CSS hack.
authorScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 20:33:19 +0000 (16:33 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 20:33:19 +0000 (16:33 -0400)
demos/slider/side-scroll.html

index 4ca49b9c2a5b53d4708c0c046d712991146b96a3..58188d8f370cd4460c973229ab6c81cb68f6d866 100644 (file)
@@ -14,7 +14,6 @@
        .scroll-pane { overflow: auto; width: 99%; float:left; }
        .scroll-content { width: 2440px; float: left; }
        .scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; }
-       * html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
        .scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
        .scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
        .scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }