diff options
| author | Mark Otto <[email protected]> | 2013-01-09 18:56:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-09 18:56:08 -0800 |
| commit | 91dd77939b4183fa86973056778ad87950674410 (patch) | |
| tree | a1f163741814cb727e00af6f8aca677f9e5508a5 /docs/css.html | |
| parent | 3d04d9ba751c08ab7909ee6146719171609d5cf9 (diff) | |
| download | bootstrap-91dd77939b4183fa86973056778ad87950674410.tar.xz bootstrap-91dd77939b4183fa86973056778ad87950674410.zip | |
Add text alignment utility classes
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html index 53cd678d0..64527c34f 100644 --- a/docs/css.html +++ b/docs/css.html @@ -305,6 +305,19 @@ <p>Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p> + <h3>Alignment classes</h3> + <p>Easily realign text to components with text alignment classes.</p> + <div class="bs-docs-example"> + <p class="text-left">Left aligned text.</p> + <p class="text-center">Center aligned text.</p> + <p class="text-right">Right aligned text.</p> + </div> +<pre class="prettyprint linenums"> +<p class="text-left">Left aligned text.</p> +<p class="text-center">Center aligned text.</p> +<p class="text-right">Right aligned text.</p> +</pre> + <h3>Emphasis classes</h3> <p>Convey meaning through color with a handful of emphasis utility classes.</p> <div class="bs-docs-example"> |
