aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-17 01:31:09 -0700
committerMark Otto <[email protected]>2015-04-17 01:31:09 -0700
commita73946b08dbf8baf9ff4aa5ee221bcd3cad9d38f (patch)
tree7b34f9bf81126d2444fda7c9bb13c1c1154fdc3c /docs/content
parente782a9b580979f6971eba209c7a0e52314817801 (diff)
downloadbootstrap-a73946b08dbf8baf9ff4aa5ee221bcd3cad9d38f.tar.xz
bootstrap-a73946b08dbf8baf9ff4aa5ee221bcd3cad9d38f.zip
move text utilities docs from type to utilities
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/typography.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md
index 6f2db8153..ece703adc 100644
--- a/docs/content/typography.md
+++ b/docs/content/typography.md
@@ -133,28 +133,6 @@ Styling for common inline HTML5 elements.
While not shown above, feel free to use `<b>` and `<i>` in HTML5. `<b>` is meant to highlight words or phrases without conveying additional importance while `<i>` is mostly for voice, technical terms, etc.
-## Alignment classes
-
-Easily realign text to components with text alignment classes.
-
-{% example html %}
-<p class="text-left">Left aligned text.</p>
-<p class="text-center">Center aligned text.</p>
-<p class="text-right">Right aligned text.</p>
-<p class="text-justify">Justified text.</p>
-<p class="text-nowrap">No wrap text.</p>
-{% endexample %}
-
-## Transformation classes
-
-Transform text in components with text capitalization classes.
-
-{% example html %}
-<p class="text-lowercase">Lowercased text.</p>
-<p class="text-uppercase">Uppercased text.</p>
-<p class="text-capitalize">Capitalized text.</p>
-{% endexample %}
-
## Abbreviations
Stylized implementation of HTML's `<abbr>` element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a `title` attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover and to users of assistive technologies.