Skip to content
GitLab
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
caa79ed5
Commit
caa79ed5
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5001
: proper ids on form examples
parent
6881c193
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/base-css.html
+2
-2
docs/base-css.html
docs/templates/pages/base-css.mustache
+2
-2
docs/templates/pages/base-css.mustache
with
4 additions
and
4 deletions
+4
-4
docs/base-css.html
+
2
-
2
View file @
caa79ed5
...
@@ -1402,9 +1402,9 @@ For example, <code><section></code> should be wrapped as inlin
...
@@ -1402,9 +1402,9 @@ For example, <code><section></code> should be wrapped as inlin
</div>
</div>
</div>
</div>
<div
class=
"control-group info"
>
<div
class=
"control-group info"
>
<label
class=
"control-label"
for=
"input
Error
"
>
Input with info
</label>
<label
class=
"control-label"
for=
"input
Info
"
>
Input with info
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
id=
"input
Error
"
>
<input
type=
"text"
id=
"input
Info
"
>
<span
class=
"help-inline"
>
Username is taken
</span>
<span
class=
"help-inline"
>
Username is taken
</span>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
+
2
-
2
View file @
caa79ed5
...
@@ -1339,9 +1339,9 @@
...
@@ -1339,9 +1339,9 @@
</div>
</div>
</div>
</div>
<div
class=
"control-group info"
>
<div
class=
"control-group info"
>
<label
class=
"control-label"
for=
"input
Error
"
>
{{
_i
}}
Input with info
{{/
i
}}
</label>
<label
class=
"control-label"
for=
"input
Info
"
>
{{
_i
}}
Input with info
{{/
i
}}
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
type=
"text"
id=
"input
Error
"
>
<input
type=
"text"
id=
"input
Info
"
>
<span
class=
"help-inline"
>
{{
_i
}}
Username is taken
{{/
i
}}
</span>
<span
class=
"help-inline"
>
{{
_i
}}
Username is taken
{{/
i
}}
</span>
</div>
</div>
</div>
</div>
...
...
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