mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-04 12:57:23 +02:00
Minor change in the code of the input control module
This commit is contained in:
@@ -187,7 +187,7 @@
|
|||||||
<h3>Sample code</h3>
|
<h3>Sample code</h3>
|
||||||
<pre><form>
|
<pre><form>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Inline form (default style)</legend>
|
<legend>Simple form</legend>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label for="username">username</label>
|
<label for="username">username</label>
|
||||||
<input type="email" value="" id="username" placeholder="username">
|
<input type="email" value="" id="username" placeholder="username">
|
||||||
|
Reference in New Issue
Block a user