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
c710f039
Commit
c710f039
authored
Apr 13, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3042 from ctalkington/typo-fix-1
Doc Typo Fix
parents
48063afb
0e6f12af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
No files found.
docs/components.html
View file @
c710f039
...
@@ -422,7 +422,7 @@
...
@@ -422,7 +422,7 @@
</div>
<!-- /btn-group -->
</div>
<!-- /btn-group -->
</div>
<!-- /btn-toolbar -->
</div>
<!-- /btn-toolbar -->
<h3>
Sizes
</h3>
<h3>
Sizes
</h3>
<p>
Utilize the extra button classe
<code>
.btn-mini
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-large
</code>
for sizing.
</p>
<p>
Utilize the extra button classe
s
<code>
.btn-mini
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-large
</code>
for sizing.
</p>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<button
class=
"btn btn-large"
>
Large action
</button>
<button
class=
"btn btn-large"
>
Large action
</button>
...
...
docs/templates/pages/components.mustache
View file @
c710f039
...
@@ -345,7 +345,7 @@
...
@@ -345,7 +345,7 @@
</div>
<!-- /btn-group -->
</div>
<!-- /btn-group -->
</div>
<!-- /btn-toolbar -->
</div>
<!-- /btn-toolbar -->
<h3>
{{
_i
}}
Sizes
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Sizes
{{/
i
}}
</h3>
<p>
{{
_i
}}
Utilize the extra button classe
<code>
.btn-mini
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-large
</code>
for sizing.
{{/
i
}}
</p>
<p>
{{
_i
}}
Utilize the extra button classe
s
<code>
.btn-mini
</code>
,
<code>
.btn-small
</code>
, or
<code>
.btn-large
</code>
for sizing.
{{/
i
}}
</p>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<div
class=
"btn-group"
>
<button
class=
"btn btn-large"
>
{{
_i
}}
Large action
{{/
i
}}
</button>
<button
class=
"btn btn-large"
>
{{
_i
}}
Large action
{{/
i
}}
</button>
...
...
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