From a73946b08dbf8baf9ff4aa5ee221bcd3cad9d38f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Apr 2015 01:31:09 -0700 Subject: move text utilities docs from type to utilities --- docs/content/typography.md | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'docs/content') 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 `` and `` in HTML5. `` is meant to highlight words or phrases without conveying additional importance while `` is mostly for voice, technical terms, etc. -## Alignment classes - -Easily realign text to components with text alignment classes. - -{% example html %} -

Left aligned text.

-

Center aligned text.

-

Right aligned text.

-

Justified text.

-

No wrap text.

-{% endexample %} - -## Transformation classes - -Transform text in components with text capitalization classes. - -{% example html %} -

Lowercased text.

-

Uppercased text.

-

Capitalized text.

-{% endexample %} - ## Abbreviations Stylized implementation of HTML's `` 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. -- cgit v1.2.3