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
9ab843b9
Commit
9ab843b9
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add mention of classes to use for button sizes
parent
e92e9f11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/base-css.html
+1
-1
docs/base-css.html
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/base-css.mustache
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
9ab843b9
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/base-css.html
+
1
-
1
View file @
9ab843b9
...
@@ -1262,7 +1262,7 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1262,7 +1262,7 @@ For example, <code>section</code> should be wrapped as inline.
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"span4"
>
<div
class=
"span4"
>
<h3>
Multiple sizes
</h3>
<h3>
Multiple sizes
</h3>
<p>
Fancy larger or smaller buttons?
Have at it!
</p>
<p>
Fancy larger or smaller buttons?
Add
<code>
.btn-large
</code>
or
<code>
.btn-small
</code>
for two additional sizes.
</p>
<p>
<p>
<a
href=
"#"
class=
"btn btn-large btn-primary"
>
Primary action
</a>
<a
href=
"#"
class=
"btn btn-large btn-primary"
>
Primary action
</a>
<a
href=
"#"
class=
"btn btn-large"
>
Action
</a>
<a
href=
"#"
class=
"btn btn-large"
>
Action
</a>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
+
1
-
1
View file @
9ab843b9
...
@@ -1186,7 +1186,7 @@
...
@@ -1186,7 +1186,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"span4"
>
<div
class=
"span4"
>
<h3>
{{
_i
}}
Multiple sizes
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Multiple sizes
{{/
i
}}
</h3>
<p>
{{
_i
}}
Fancy larger or smaller buttons?
Have at it!
{{/
i
}}
</p>
<p>
{{
_i
}}
Fancy larger or smaller buttons?
Add
<code>
.btn-large
</code>
or
<code>
.btn-small
</code>
for two additional sizes.
{{/
i
}}
</p>
<p>
<p>
<a
href=
"#"
class=
"btn btn-large btn-primary"
>
{{
_i
}}
Primary action
{{/
i
}}
</a>
<a
href=
"#"
class=
"btn btn-large btn-primary"
>
{{
_i
}}
Primary action
{{/
i
}}
</a>
<a
href=
"#"
class=
"btn btn-large"
>
{{
_i
}}
Action
{{/
i
}}
</a>
<a
href=
"#"
class=
"btn btn-large"
>
{{
_i
}}
Action
{{/
i
}}
</a>
...
...
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