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
03b556bb
Commit
03b556bb
authored
Jun 11, 2014
by
Heinrich Fenkart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow-up to #13671; improves consistency of text with previous examples
Also fixes a small indentation error.
parent
f09d6b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/_includes/css/type.html
docs/_includes/css/type.html
+6
-6
No files found.
docs/_includes/css/type.html
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"
>
Lowercased
text.
</p>
<p
class=
"text-uppercase"
>
Uppercase
text.
</p>
<p
class=
"text-uppercase"
>
Uppercased
text.
</p>
<p
class=
"text-capitalize"
>
Capitalize
text.
</p>
<p
class=
"text-capitalize"
>
Capitalized
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 -->
...
...
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