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
4e8c26d4
Commit
4e8c26d4
authored
Dec 11, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated buttons docs
parent
54a84f0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
14 deletions
+7
-14
bootstrap.css
bootstrap.css
+1
-1
docs/assets/css/docs.css
docs/assets/css/docs.css
+0
-1
docs/base-css.html
docs/base-css.html
+6
-12
No files found.
bootstrap.css
View file @
4e8c26d4
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Dec 11 0
1:57:49
PST 2011
* Date: Sun Dec 11 0
2:07:42
PST 2011
*/
html
,
body
{
margin
:
0
;
...
...
docs/assets/css/docs.css
View file @
4e8c26d4
...
...
@@ -382,7 +382,6 @@ h2 + table {
max-width
:
300px
;
margin
:
0
auto
18px
;
}
}
...
...
docs/base-css.html
View file @
4e8c26d4
...
...
@@ -990,40 +990,34 @@
<table
class=
"bordered-table striped-table"
>
<thead>
<tr>
<th>
Name
</th>
<th>
Preview
</th>
<th>
Button
</th>
<th>
Class
</th>
<th>
Description
</th>
</tr>
</thead>
<tbody>
<tr>
<th>
Default
</th>
<td><a
class=
"btn"
href=
"#"
>
Button
</a></td>
<td><a
class=
"btn"
href=
"#"
>
Default
</a></td>
<td><code>
.btn
</code></td>
<td>
Standard gray button with gradient
</td>
</tr>
<tr>
<th>
Primary
</th>
<td><a
class=
"btn primary"
href=
"#"
>
Button
</a></td>
<td><a
class=
"btn primary"
href=
"#"
>
Primary
</a></td>
<td><code>
.primary
</code></td>
<td>
Makes button blue for more visual weight to indicate the primary action in a set of buttons
</td>
</tr>
<tr>
<th>
Info
</th>
<td><a
class=
"btn info"
href=
"#"
>
Button
</a></td>
<td><a
class=
"btn info"
href=
"#"
>
Info
</a></td>
<td><code>
.info
</code></td>
<td>
Used as an alternate to the default styles
</td>
</tr>
<tr>
<th>
Success
</th>
<td><a
class=
"btn success"
href=
"#"
>
Button
</a></td>
<td><a
class=
"btn success"
href=
"#"
>
Success
</a></td>
<td><code>
.success
</code></td>
<td>
Used to indicate a successful or positive action will be taken
</td>
</tr>
<tr>
<th>
Danger
</th>
<td><a
class=
"btn danger"
href=
"#"
>
Button
</a></td>
<td><a
class=
"btn danger"
href=
"#"
>
Danger
</a></td>
<td><code>
.danger
</code></td>
<td>
Used to indicate a dangerous or potentially negative action will be taken
</td>
</tr>
...
...
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