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
8ef3df41
Commit
8ef3df41
authored
11 years ago
by
Tom Pietschker
Browse files
Options
Download
Email Patches
Plain Diff
Rename class name in placeholder
applies
2535e060
to css.html. Wasn't docs.html removed a while ago?
parent
2535e060
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/css.html
+6
-6
docs/css.html
with
6 additions
and
6 deletions
+6
-6
docs/css.html
+
6
-
6
View file @
8ef3df41
...
...
@@ -1757,26 +1757,26 @@ For example, <code><section></code> should be wrapped as inline.
<form
class=
"bs-example"
style=
"padding-bottom: 15px;"
>
<div
class=
"row"
>
<div
class=
"col-lg-2"
>
<input
type=
"text"
placeholder=
"col-l
arge
-2"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-2"
>
</div>
<div
class=
"col-lg-3"
>
<input
type=
"text"
placeholder=
"col-l
arge
-3"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-3"
>
</div>
<div
class=
"col-lg-4"
>
<input
type=
"text"
placeholder=
"col-l
arge
-4"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-4"
>
</div>
</div>
</form>
{% highlight html %}
<div
class=
"row"
>
<div
class=
"col-lg-2"
>
<input
type=
"text"
placeholder=
"col-l
arge
-2"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-2"
>
</div>
<div
class=
"col-lg-3"
>
<input
type=
"text"
placeholder=
"col-l
arge
-3"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-3"
>
</div>
<div
class=
"col-lg-4"
>
<input
type=
"text"
placeholder=
"col-l
arge
-4"
>
<input
type=
"text"
placeholder=
"
.
col-l
g
-4"
>
</div>
</div>
{% endhighlight %}
...
...
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