1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-04-21 04:41:50 +02:00

Minor change in the code of the input control module

This commit is contained in:
Angelos Chalaris 2016-12-06 14:26:29 +02:00
parent a0f3e6ff8f
commit 393a040b93

View File

@ -187,7 +187,7 @@
<h3>Sample code</h3>
<pre>&lt;form&gt;
&lt;fieldset&gt;
&lt;legend&gt;Inline form (default style)&lt;/legend&gt;
&lt;legend&gt;Simple form&lt;/legend&gt;
&lt;div class=&quot;input-group&quot;&gt;
&lt;label for=&quot;username&quot;&gt;username&lt;/label&gt;
&lt;input type=&quot;email&quot; value=&quot;&quot; id=&quot;username&quot; placeholder=&quot;username&quot;&gt;