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
03b556bb
Commit
03b556bb
authored
10 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Email Patches
Plain Diff
Follow-up to #13671; improves consistency of text with previous examples
Also fixes a small indentation error.
parent
f09d6b7a
5 merge requests
!28721
Hot test
,
!13789
Follow-up to #13671; improves consistency of text with previous examples
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/type.html
+6
-6
docs/_includes/css/type.html
with
6 additions
and
6 deletions
+6
-6
docs/_includes/css/type.html
+
6
-
6
View file @
03b556bb
...
@@ -207,14 +207,14 @@ You can use the mark tag to <mark>highlight</mark> text.
...
@@ -207,14 +207,14 @@ You can use the mark tag to <mark>highlight</mark> text.
<h2
id=
"type-transformation"
>
Transformation classes
</h2>
<h2
id=
"type-transformation"
>
Transformation classes
</h2>
<p>
Transform text in components with text capitalization classes.
</p>
<p>
Transform text in components with text capitalization classes.
</p>
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<p
class=
"text-lowercase"
>
Lowercase text.
</p>
<p
class=
"text-lowercase"
>
Lowercase
d
text.
</p>
<p
class=
"text-uppercase"
>
Uppercase text.
</p>
<p
class=
"text-uppercase"
>
Uppercase
d
text.
</p>
<p
class=
"text-capitalize"
>
Capitalize text.
</p>
<p
class=
"text-capitalize"
>
Capitalize
d
text.
</p>
</div>
</div>
{% highlight html %}
{% highlight html %}
<p
class=
"text-lowercase"
>
Lowercase text.
</p>
<p
class=
"text-lowercase"
>
Lowercase
d
text.
</p>
<p
class=
"text-uppercase"
>
Uppercase text.
</p>
<p
class=
"text-uppercase"
>
Uppercase
d
text.
</p>
<p
class=
"text-capitalize"
>
Capitalize text.
</p>
<p
class=
"text-capitalize"
>
Capitalize
d
text.
</p>
{% endhighlight %}
{% endhighlight %}
<!-- Abbreviations -->
<!-- Abbreviations -->
...
...
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