Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
38999118
Commit
38999118
authored
Aug 23, 2011
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #71 from DHS/fix-select-labels
Fixed empty for fields on select labels in documentation
parents
0bfce139
70bac36a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
docs/index.html
docs/index.html
+8
-8
No files found.
docs/index.html
View file @
38999118
...
@@ -615,15 +615,15 @@
...
@@ -615,15 +615,15 @@
<fieldset>
<fieldset>
<legend>
Example form legend
</legend>
<legend>
Example form legend
</legend>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<label
for=
""
>
X-Large Input
</label>
<label
for=
"
xlInput
"
>
X-Large Input
</label>
<div
class=
"input"
>
<div
class=
"input"
>
<input
class=
"xlarge"
id=
"xlInput"
name=
"xlInput"
size=
"30"
type=
"text"
/>
<input
class=
"xlarge"
id=
"xlInput"
name=
"xlInput"
size=
"30"
type=
"text"
/>
</div>
</div>
</div>
<!-- /clearfix -->
</div>
<!-- /clearfix -->
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<label
for=
""
>
Select
</label>
<label
for=
"
normalSelect
"
>
Select
</label>
<div
class=
"input"
>
<div
class=
"input"
>
<select>
<select
name=
"normalSelect"
id=
"normalSelect"
>
<option>
1
</option>
<option>
1
</option>
<option>
2
</option>
<option>
2
</option>
<option>
3
</option>
<option>
3
</option>
...
@@ -633,9 +633,9 @@
...
@@ -633,9 +633,9 @@
</div>
</div>
</div>
<!-- /clearfix -->
</div>
<!-- /clearfix -->
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<label
for=
""
>
Select
</label>
<label
for=
"
mediumSelect
"
>
Select
</label>
<div
class=
"input"
>
<div
class=
"input"
>
<select
class=
"medium"
>
<select
class=
"medium"
name=
"mediumSelect"
id=
"mediumSelect"
>
<option>
1
</option>
<option>
1
</option>
<option>
2
</option>
<option>
2
</option>
<option>
3
</option>
<option>
3
</option>
...
@@ -797,15 +797,15 @@
...
@@ -797,15 +797,15 @@
<fieldset>
<fieldset>
<legend>
Example form legend
</legend>
<legend>
Example form legend
</legend>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<label
for=
""
>
X-Large Input
</label>
<label
for=
"
xlInput
"
>
X-Large Input
</label>
<div
class=
"input"
>
<div
class=
"input"
>
<input
class=
"xlarge"
id=
"xlInput"
name=
"xlInput"
size=
"30"
type=
"text"
/>
<input
class=
"xlarge"
id=
"xlInput"
name=
"xlInput"
size=
"30"
type=
"text"
/>
</div>
</div>
</div>
<!-- /clearfix -->
</div>
<!-- /clearfix -->
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<label
for=
""
>
Select
</label>
<label
for=
"
stackedSelect
"
>
Select
</label>
<div
class=
"input"
>
<div
class=
"input"
>
<select>
<select
name=
"stackedSelect"
id=
"stackedSelect"
>
<option>
1
</option>
<option>
1
</option>
<option>
2
</option>
<option>
2
</option>
<option>
3
</option>
<option>
3
</option>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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