Skip to content

Commit d326ed8

Browse files
committed
Remove fluid form from docs
1 parent f7e0ead commit d326ed8

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

server/documents/collections/form.html.eco

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,24 +1100,6 @@ themes : ['Default', 'Flat', 'Chubby', 'GitHub']
11001100

11011101
<h2 class="ui dividing header">Form Variations</h2>
11021102

1103-
<div class="example">
1104-
<h4 class="ui header">Fluid</h4>
1105-
<p>A form can take the width of its container</p>
1106-
<div class="ui fluid form">
1107-
<div class="two fields">
1108-
<div class="field">
1109-
<label>First Name</label>
1110-
<input placeholder="First Name" type="text">
1111-
</div>
1112-
<div class="field">
1113-
<label>Last Name</label>
1114-
<input placeholder="Last Name" type="text">
1115-
</div>
1116-
</div>
1117-
<div class="ui submit button">Submit</div>
1118-
</div>
1119-
</div>
1120-
11211103
<div class="example">
11221104
<h4 class="ui header">Size</h4>
11231105
<p>A form can also be small or large</p>

0 commit comments

Comments
 (0)