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
cf4fd1ab
Commit
cf4fd1ab
authored
Aug 13, 2012
by
Mark Otto
Browse files
Options
Browse Files
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
with
2 additions
and
2 deletions
+2
-2
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
No files found.
docs/components.html
View file @
cf4fd1ab
...
@@ -382,7 +382,7 @@
...
@@ -382,7 +382,7 @@
</pre>
</pre>
<h3>
Works with all button sizes
</h3>
<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=
"bs-docs-example"
>
<div
class=
"btn-toolbar"
style=
"margin: 0;"
>
<div
class=
"btn-toolbar"
style=
"margin: 0;"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
...
...
docs/templates/pages/components.mustache
View file @
cf4fd1ab
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
</pre>
</pre>
<h3>
{{
_i
}}
Works with all button sizes
{{/
i
}}
</h3>
<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=
"bs-docs-example"
>
<div
class=
"btn-toolbar"
style=
"margin: 0;"
>
<div
class=
"btn-toolbar"
style=
"margin: 0;"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
...
...
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