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
046d82f0
Commit
046d82f0
authored
11 years ago
by
Robert Burns
Browse files
Options
Download
Email Patches
Plain Diff
Fix invalid input within docs
parent
79a42694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/css.html
+2
-2
docs/css.html
with
2 additions
and
2 deletions
+2
-2
docs/css.html
+
2
-
2
View file @
046d82f0
...
...
@@ -1273,10 +1273,10 @@ For example, <code><section></code> should be wrapped as inline.
</div>
<form
class=
"bs-example form-inline"
>
<input
class=
"col col-lg-3"
type=
"email"
placeholder=
"test@example.com"
required
>
<input
type=
"email"
placeholder=
"test@example.com"
required
>
</form>
{% highlight html %}
<input
class=
"col col-lg-3"
type=
"email"
placeholder=
"test@example.com"
required
>
<input
type=
"email"
placeholder=
"test@example.com"
required
>
{% endhighlight %}
<h3
id=
"forms-disabled-inputs"
>
Disabled inputs
</h3>
...
...
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