Skip to content

Commit 330d435

Browse files
committed
Fixup: this commit needs to be split up it is html and css lint issues
1 parent 21048cd commit 330d435

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.csslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"important": false,
88
"outline-none": false,
99
"overqualified-elements": false,
10-
"text-indent": false
10+
"text-indent": false,
11+
"box-sizing": false
1112
}

demos/checkboxradio/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Checkbox</h2>
2323
<label for="checkbox-1">Checkbox</label>
2424
<input type="checkbox" name="checkbox-1" id="checkbox-1">
2525
<label>Checkbox nested in label
26-
<input type="checkbox" name="checkbox-1" id="checkbox-1">
26+
<input type="checkbox" name="checkbox-2" id="checkbox-2">
2727
</label>
2828
<h2>Radio Group</h2>
2929

demos/checkboxradio/icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2>Checkbox</h2>
2525
<label for="checkbox-1">Checkbox</label>
2626
<input type="checkbox" name="checkbox-1" id="checkbox-1">
2727
<label>Checkbox nested in label
28-
<input type="checkbox" name="checkbox-1" id="checkbox-1">
28+
<input type="checkbox" name="checkbox-2" id="checkbox-2">
2929
</label>
3030
<h2>Radio Group</h2>
3131

demos/controlgroup/toolbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</select>
135135
<button id="bold">B</button>
136136
<button id="italic">I</button>
137-
<button fid="underline">U</button>
137+
<button id="underline">U</button>
138138

139139
</div>
140140
<br/><br/>

0 commit comments

Comments
 (0)