diff --git a/.csslintrc b/.csslintrc index 5d9db072cc4..f5859c8c1b2 100644 --- a/.csslintrc +++ b/.csslintrc @@ -7,5 +7,6 @@ "important": false, "outline-none": false, "overqualified-elements": false, - "text-indent": false + "text-indent": false, + "box-sizing": false } diff --git a/demos/button/checkbox.html b/demos/button/checkbox.html deleted file mode 100644 index 6f2c5ec1533..00000000000 --- a/demos/button/checkbox.html +++ /dev/null @@ -1,37 +0,0 @@ - - -
- -A checkbox is styled as a toggle button with the button widget. The label element associated with the checkbox is used for the button text.
-This demo also demonstrates three checkboxes styled as a button set by calling .buttonset() on a common container.
Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.
diff --git a/demos/button/icons.html b/demos/button/icons.html index 76cb1147876..e52d810bcf0 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -11,39 +11,59 @@ - - - - - -Some buttons with various combinations of text and icons.
+