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
d85895fd
Commit
d85895fd
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
buttons docs tweak
parent
5f768e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/buttons.html
+9
-9
docs/_includes/css/buttons.html
with
9 additions
and
9 deletions
+9
-9
docs/_includes/css/buttons.html
+
9
-
9
View file @
d85895fd
<div
class=
"bs-docs-section"
>
<h1
id=
"buttons"
class=
"page-header"
>
Buttons
</h1>
<h2
id=
"buttons-options"
>
Options
</h2>
<p>
Use any of the available button classes to quickly create a styled button.
</p>
<div
class=
"bs-example"
>
<button
type=
"button"
class=
"btn btn-default"
>
Default
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
Primary
</button>
<button
type=
"button"
class=
"btn btn-success"
>
Success
</button>
<button
type=
"button"
class=
"btn btn-info"
>
Info
</button>
<button
type=
"button"
class=
"btn btn-warning"
>
Warning
</button>
<button
type=
"button"
class=
"btn btn-danger"
>
Danger
</button>
<button
type=
"button"
class=
"btn btn-link"
>
Link
</button>
<p>
<button
type=
"button"
class=
"btn btn-default"
>
Default
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
Primary
</button>
<button
type=
"button"
class=
"btn btn-success"
>
Success
</button>
<button
type=
"button"
class=
"btn btn-info"
>
Info
</button>
<button
type=
"button"
class=
"btn btn-warning"
>
Warning
</button>
<button
type=
"button"
class=
"btn btn-danger"
>
Danger
</button>
<button
type=
"button"
class=
"btn btn-link"
>
Link
</button>
</p>
</div>
{% highlight html %}
<!-- Standard button -->
...
...
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