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
f8374a75
Commit
f8374a75
authored
Sep 28, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up emphasis docs text
parent
8ecffcb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/base-css.html
docs/base-css.html
+2
-2
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+2
-2
No files found.
docs/base-css.html
View file @
f8374a75
...
...
@@ -155,14 +155,14 @@
</pre>
<h3>
Bold
</h3>
<p>
For emphasizing a snippet of text with
<strong>
important
</strong>
</p>
<p>
For emphasizing a snippet of text with
a heavier font-weight.
</p>
<div
class=
"bs-docs-example"
>
<p>
The following snippet of text is
<strong>
rendered as bold text
</strong>
.
</p>
</div>
<pre
class=
"prettyprint"
>
<
strong
>
rendered as bold text
<
/strong
>
</pre>
<h3>
Italics
</h3>
<p>
For emphasizing a snippet of text with
<em>
stress
</em>
</p>
<p>
For emphasizing a snippet of text with
italics.
</p>
<div
class=
"bs-docs-example"
>
<p>
The following snippet of text is
<em>
rendered as italicized text
</em>
.
</p>
</div>
...
...
docs/templates/pages/base-css.mustache
View file @
f8374a75
...
...
@@ -89,14 +89,14 @@
</pre>
<h3>
{{
_i
}}
Bold
{{/
i
}}
</h3>
<p>
{{
_i
}}
For emphasizing a snippet of text with
<strong>
important
</strong>
{{/
i
}}
</p>
<p>
{{
_i
}}
For emphasizing a snippet of text with
a heavier font-weight.
{{/
i
}}
</p>
<div
class=
"bs-docs-example"
>
<p>
The following snippet of text is
<strong>
rendered as bold text
</strong>
.
</p>
</div>
<pre
class=
"prettyprint"
>
<
strong
>
rendered as bold text
<
/strong
>
</pre>
<h3>
{{
_i
}}
Italics
{{/
i
}}
</h3>
<p>
{{
_i
}}
For emphasizing a snippet of text with
<em>
stress
</em>
{{/
i
}}
</p>
<p>
{{
_i
}}
For emphasizing a snippet of text with
italics.
{{/
i
}}
</p>
<div
class=
"bs-docs-example"
>
<p>
The following snippet of text is
<em>
rendered as italicized text
</em>
.
</p>
</div>
...
...
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