X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/examples/slider/slider.css diff --git a/examples/slider/slider.css b/examples/slider/slider.css index 6d03e7a9..d5adf451 100644 --- a/examples/slider/slider.css +++ b/examples/slider/slider.css @@ -1,20 +1,18 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -#custom-slider { - width:214px; - padding-top:6px; - background-image:url(images/ticks.gif); -} -#custom-slider .x-slider-thumb { - background-image:url(images/slider-thumb.png); -} - -h3 { - padding:15px 0 5px; +/*! + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. + * licensing@extjs.com + * http://www.extjs.com/license + */ +#custom-slider { + width:214px; + padding-top:6px; + background-image:url(images/ticks.gif); +} +#custom-slider .x-slider-thumb { + background-image:url(images/slider-thumb.png); +} + +h3 { + padding:15px 0 5px; } \ No newline at end of file