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
d87a636f
Commit
d87a636f
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add missing href="#" to .btn-group-justified example
[skip sauce]
parent
3eec86e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/components/button-groups.html
+6
-6
docs/_includes/components/button-groups.html
with
6 additions
and
6 deletions
+6
-6
docs/_includes/components/button-groups.html
+
6
-
6
View file @
d87a636f
...
@@ -202,16 +202,16 @@
...
@@ -202,16 +202,16 @@
<p>
Just wrap a series of
<code>
.btn
</code>
s in
<code>
.btn-group.btn-group-justified
</code>
.
</p>
<p>
Just wrap a series of
<code>
.btn
</code>
s in
<code>
.btn-group.btn-group-justified
</code>
.
</p>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"btn-group btn-group-justified"
>
<div
class=
"btn-group btn-group-justified"
>
<a
class=
"btn btn-default"
role=
"button"
>
Left
</a>
<a
href=
"#"
class=
"btn btn-default"
role=
"button"
>
Left
</a>
<a
class=
"btn btn-default"
role=
"button"
>
Middle
</a>
<a
href=
"#"
class=
"btn btn-default"
role=
"button"
>
Middle
</a>
<a
class=
"btn btn-default"
role=
"button"
>
Right
</a>
<a
href=
"#"
class=
"btn btn-default"
role=
"button"
>
Right
</a>
</div>
</div>
<br>
<br>
<div
class=
"btn-group btn-group-justified"
>
<div
class=
"btn-group btn-group-justified"
>
<a
class=
"btn btn-default"
role=
"button"
>
Left
</a>
<a
href=
"#"
class=
"btn btn-default"
role=
"button"
>
Left
</a>
<a
class=
"btn btn-default"
role=
"button"
>
Middle
</a>
<a
href=
"#"
class=
"btn btn-default"
role=
"button"
>
Middle
</a>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
>
<a
href=
"#"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<span
class=
"caret"
></span>
Dropdown
<span
class=
"caret"
></span>
</a>
</a>
<ul
class=
"dropdown-menu"
role=
"menu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
>
...
...
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