Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
00cc1666
Commit
00cc1666
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
ids over names
parent
74a264fb
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/forms.html
+4
-4
docs/_includes/css/forms.html
with
4 additions
and
4 deletions
+4
-4
docs/_includes/css/forms.html
+
4
-
4
View file @
00cc1666
...
...
@@ -677,13 +677,13 @@
<div
class=
"form-group form-group-lg"
>
<label
class=
"col-sm-2 control-label"
for=
"formGroupInputLarge"
>
Large label
</label>
<div
class=
"col-sm-10"
>
<input
class=
"form-control"
type=
"text"
name
=
"formGroupInputLarge"
placeholder=
"Large input"
>
<input
class=
"form-control"
type=
"text"
id
=
"formGroupInputLarge"
placeholder=
"Large input"
>
</div>
</div>
<div
class=
"form-group form-group-sm"
>
<label
class=
"col-sm-2 control-label"
for=
"formGroupInputSmall"
>
Small label
</label>
<div
class=
"col-sm-10"
>
<input
class=
"form-control"
type=
"text"
name
=
"formGroupInputSmall"
placeholder=
"Small input"
>
<input
class=
"form-control"
type=
"text"
id
=
"formGroupInputSmall"
placeholder=
"Small input"
>
</div>
</div>
</form>
...
...
@@ -693,13 +693,13 @@
<div
class=
"form-group form-group-lg"
>
<label
class=
"col-sm-2 control-label"
for=
"formGroupInputLarge"
>
Large label
</label>
<div
class=
"col-sm-10"
>
<input
class=
"form-control"
type=
"text"
name
=
"formGroupInputLarge"
placeholder=
"Large input"
>
<input
class=
"form-control"
type=
"text"
id
=
"formGroupInputLarge"
placeholder=
"Large input"
>
</div>
</div>
<div
class=
"form-group form-group-sm"
>
<label
class=
"col-sm-2 control-label"
for=
"formGroupInputSmall"
>
Small label
</label>
<div
class=
"col-sm-10"
>
<input
class=
"form-control"
type=
"text"
name
=
"formGroupInputSmall"
placeholder=
"Small input"
>
<input
class=
"form-control"
type=
"text"
id
=
"formGroupInputSmall"
placeholder=
"Small input"
>
</div>
</div>
</form>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets