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
106445ae
Commit
106445ae
authored
Feb 23, 2015
by
Steven Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Normalized the heading hierarchy in the documentation for the Button dropdowns component.
parent
36fdaa80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/_includes/components/button-dropdowns.html
docs/_includes/components/button-dropdowns.html
+4
-4
No files found.
docs/_includes/components/button-dropdowns.html
View file @
106445ae
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<p>
Button dropdowns require the
<a
href=
"../javascript/#dropdowns"
>
dropdown plugin
</a>
to be included in your version of Bootstrap.
</p>
<p>
Button dropdowns require the
<a
href=
"../javascript/#dropdowns"
>
dropdown plugin
</a>
to be included in your version of Bootstrap.
</p>
</div>
</div>
<h
3
id=
"btn-dropdowns-single"
>
Single button dropdowns
</h3
>
<h
2
id=
"btn-dropdowns-single"
>
Single button dropdowns
</h2
>
<p>
Turn a button into a dropdown toggle with some basic markup changes.
</p>
<p>
Turn a button into a dropdown toggle with some basic markup changes.
</p>
<div
class=
"bs-example"
data-example-id=
"single-button-dropdown"
>
<div
class=
"bs-example"
data-example-id=
"single-button-dropdown"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h
3
id=
"btn-dropdowns-split"
>
Split button dropdowns
</h3
>
<h
2
id=
"btn-dropdowns-split"
>
Split button dropdowns
</h2
>
<p>
Similarly, create split button dropdowns with the same markup changes, only with a separate button.
</p>
<p>
Similarly, create split button dropdowns with the same markup changes, only with a separate button.
</p>
<div
class=
"bs-example"
data-example-id=
"split-button-dropdown"
>
<div
class=
"bs-example"
data-example-id=
"split-button-dropdown"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h
3
id=
"btn-dropdowns-sizing"
>
Sizing
</h3
>
<h
2
id=
"btn-dropdowns-sizing"
>
Sizing
</h2
>
<p>
Button dropdowns work with buttons of all sizes.
</p>
<p>
Button dropdowns work with buttons of all sizes.
</p>
<div
class=
"bs-example"
data-example-id=
"button-dropdown-sizing"
>
<div
class=
"bs-example"
data-example-id=
"button-dropdown-sizing"
>
<div
class=
"btn-toolbar"
role=
"toolbar"
>
<div
class=
"btn-toolbar"
role=
"toolbar"
>
...
@@ -272,7 +272,7 @@
...
@@ -272,7 +272,7 @@
</div>
</div>
{% endhighlight %}
{% endhighlight %}
<h
3
id=
"btn-dropdowns-dropup"
>
Dropup variation
</h3
>
<h
2
id=
"btn-dropdowns-dropup"
>
Dropup variation
</h2
>
<p>
Trigger dropdown menus above elements by adding
<code>
.dropup
</code>
to the parent.
</p>
<p>
Trigger dropdown menus above elements by adding
<code>
.dropup
</code>
to the parent.
</p>
<div
class=
"bs-example"
data-example-id=
"button-dropdown-dropup"
>
<div
class=
"bs-example"
data-example-id=
"button-dropdown-dropup"
>
<div
class=
"btn-toolbar"
role=
"toolbar"
>
<div
class=
"btn-toolbar"
role=
"toolbar"
>
...
...
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