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
8544ef87
Commit
8544ef87
authored
May 13, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7874 from burnsra/3.0.0-wip-form-examples
Fix glyphicon in "Dropdown in a button group" example
parents
5ebd6a49
da9cf100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/components.html
docs/components.html
+5
-5
No files found.
docs/components.html
View file @
8544ef87
...
@@ -233,14 +233,14 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
...
@@ -233,14 +233,14 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<h5>
Dropdown in a button group
</h5>
<h5>
Dropdown in a button group
</h5>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-primary"
href=
"#"
><
i
class=
"glyphicon glyphicon-user"
></i
>
User
</a>
<a
class=
"btn btn-primary"
href=
"#"
><
span
class=
"glyphicon glyphicon-user"
></span
>
User
</a>
<a
class=
"btn btn-primary dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<a
class=
"btn btn-primary dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
><
i
class=
"glyphicon glyphicon-pencil"
></i
>
Edit
</a></li>
<li><a
href=
"#"
><
span
class=
"glyphicon glyphicon-pencil"
></span
>
Edit
</a></li>
<li><a
href=
"#"
><
i
class=
"glyphicon glyphicon-trash"
></i
>
Delete
</a></li>
<li><a
href=
"#"
><
span
class=
"glyphicon glyphicon-trash"
></span
>
Delete
</a></li>
<li><a
href=
"#"
><
i
class=
"glyphicon glyphicon-ban-circle"
></i
>
Ban
</a></li>
<li><a
href=
"#"
><
span
class=
"glyphicon glyphicon-ban-circle"
></span
>
Ban
</a></li>
<li
class=
"divider"
></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
<i
class=
"glyphicon glyphicon-"
></i>
Make admin
</a></li>
<li><a
href=
"#"
>
Make admin
</a></li>
</ul>
</ul>
</div>
</div>
</div>
<!-- /bs-example -->
</div>
<!-- /bs-example -->
...
...
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