mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-06 22:06:30 +02:00
Validated documentation
Checked through validator.w3.org, found a significant amount of errors in documentation pages, dealt with all of them (hopefully).
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend>Fluid form</legend>
|
||||
<div class="input-group fluid"><label for="username">username</label> <input type="email" value="" id="username" placeholder="username"></div>
|
||||
<div class="input-group fluid"><label for="pwd">password</label> <input type="password" value="" id="pwd" placeholder="password"></div>
|
||||
<div class="input-group fluid"><label for="username2">username</label> <input type="email" value="" id="username2" placeholder="username"></div>
|
||||
<div class="input-group fluid"><label for="pwd2">password</label> <input type="password" value="" id="pwd2" placeholder="password"></div>
|
||||
</fieldset>
|
||||
</form>
|
||||
<form>
|
||||
@@ -244,7 +244,7 @@
|
||||
<p class="do"><mark class="tertiary">Do:</mark> When creating aligned forms using the <strong>grid</strong> module's classes, labels might be off-center vertically compared to their inline counterparts. Use a simple styling for their parent <code>.row</code> element, if you want to adjust their vertical alignment.</p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-6 col-sm-last col-md-normal">
|
||||
<pre><<form>
|
||||
<pre><form>
|
||||
<fieldset>
|
||||
<legend>Responsive form</legend>
|
||||
<div class="row input-group">
|
||||
@@ -273,13 +273,13 @@
|
||||
<div class="box-centered">
|
||||
<br>
|
||||
<div class="input-group">
|
||||
<input type="checkbox" id="chk1" tabindex="0" autocomplete="off"> <label for="chk1"> Checkbox</label>
|
||||
<input type="checkbox" id="chk1" tabindex="0"> <label for="chk1"> Checkbox</label>
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="input-group">
|
||||
<input type="radio" name="radios" value="r1" id="r1" tabindex="0" autocomplete="off" checked> <label for="r1"> Value 1</label> <br>
|
||||
<input type="radio" name="radios" value="r2" id="r2" tabindex="0" autocomplete="off"> <label for="r2"> Value 2</label> <br>
|
||||
<input type="radio" name="radios" value="r3" id="r3" tabindex="0" autocomplete="off"> <label for="r3"> Value 3</label> <br>
|
||||
<input type="radio" name="radios" value="r1" id="r1" tabindex="0" checked> <label for="r1"> Value 1</label> <br>
|
||||
<input type="radio" name="radios" value="r2" id="r2" tabindex="0"> <label for="r2"> Value 2</label> <br>
|
||||
<input type="radio" name="radios" value="r3" id="r3" tabindex="0"> <label for="r3"> Value 3</label> <br>
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user