Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
af9fd026
Commit
af9fd026
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #9796 from twbs/fix-glyphicons-btns-docs
fix wrong closing tags on Glyphicons-in-buttons examples
parents
896bd327
1b49b426
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components.html
+8
-8
components.html
with
8 additions
and
8 deletions
+8
-8
components.html
+
8
-
8
View file @
af9fd026
...
...
@@ -256,17 +256,17 @@ base_url: "../"
<div
class=
"bs-example"
>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-left"
></span></
a
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-center"
></span></
a
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-right"
></span></
a
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-justify"
></span></
a
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-left"
></span></
button
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-center"
></span></
button
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-right"
></span></
button
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-align-justify"
></span></
button
>
</div>
</div>
<div
class=
"btn-toolbar"
>
<button
type=
"button"
class=
"btn btn-default btn-lg"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
a
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
a
>
<button
type=
"button"
class=
"btn btn-default btn-sm"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
a
>
<button
type=
"button"
class=
"btn btn-default btn-xs"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
a
>
<button
type=
"button"
class=
"btn btn-default btn-lg"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
button
>
<button
type=
"button"
class=
"btn btn-default"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
button
>
<button
type=
"button"
class=
"btn btn-default btn-sm"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
button
>
<button
type=
"button"
class=
"btn btn-default btn-xs"
><span
class=
"glyphicon glyphicon-star"
></span>
Star
</
button
>
</div>
</div>
{% highlight html %}
...
...
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
Menu
Explore
Projects
Groups
Snippets