Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / slider / slider.css
index 8c69eac..ea6d0a2 100644 (file)
@@ -1,18 +1,18 @@
 /*!
- * Ext JS Library 3.1.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
  */
-#custom-slider {\r
-    width:214px;\r
-    padding-top:6px;\r
-    background-image:url(images/ticks.gif);\r
-}\r
-#custom-slider .x-slider-thumb {\r
-    background-image:url(images/slider-thumb.png);\r
-}\r
-\r
-h3 {\r
-    padding:15px 0 5px;\r
+#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