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
cf4fd1ab
Commit
cf4fd1ab
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #4367 from benjaminoakes/2.1.0-wip
Fix wording of "Button dropdowns" docs
parents
9f8ce777
e31f06b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/components.html
+1
-1
docs/components.html
docs/templates/pages/components.mustache
+1
-1
docs/templates/pages/components.mustache
with
2 additions
and
2 deletions
+2
-2
docs/components.html
+
1
-
1
View file @
cf4fd1ab
...
...
@@ -382,7 +382,7 @@
</pre>
<h3>
Works with all button sizes
</h3>
<p>
Button dropdowns work at any size
. your button sizes to
<code>
.btn-large
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-mini
</code>
.
</p>
<p>
Button dropdowns work at any size
:
<code>
.btn-large
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-mini
</code>
.
</p>
<div
class=
"bs-docs-example"
>
<div
class=
"btn-toolbar"
style=
"margin: 0;"
>
<div
class=
"btn-group"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/components.mustache
+
1
-
1
View file @
cf4fd1ab
...
...
@@ -311,7 +311,7 @@
</pre>
<h3>
{{
_i
}}
Works with all button sizes
{{/
i
}}
</h3>
<p>
{{
_i
}}
Button dropdowns work at any size
. your button sizes to
<code>
.btn-large
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-mini
</code>
.
{{/
i
}}
</p>
<p>
{{
_i
}}
Button dropdowns work at any size
:
<code>
.btn-large
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-mini
</code>
.
{{/
i
}}
</p>
<div
class=
"bs-docs-example"
>
<div
class=
"btn-toolbar"
style=
"margin: 0;"
>
<div
class=
"btn-group"
>
...
...
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