remove some typography docs from that page because they're covered in the reboot

This commit is contained in:
Mark Otto 2015-04-17 17:18:36 -07:00
parent 19b05505f7
commit 4b58ee15b5
2 changed files with 7 additions and 108 deletions

View File

@ -244,7 +244,7 @@ These changes, and more, are demonstrated below.
### Address ### Address
The `<address>` element is updated to reset the browser default `font-style` from `italic` to `normal`. `line-height` is also now inherited, and `margin-bottom: 1rem` has been added. The `<address>` element is updated to reset the browser default `font-style` from `italic` to `normal`. `line-height` is also now inherited, and `margin-bottom: 1rem` has been added. `<address>`s are for presenting contact information for the nearest ancestor (or an entire body of work). Preserve formatting by ending lines with `<br>`.
<div class="bd-example"> <div class="bd-example">
<address> <address>

View File

@ -3,7 +3,7 @@ layout: page
title: Typography title: Typography
--- ---
Bootstrap includes simple and easily customized typography across the project. In addition to the standard headings, body text, and lists, utility classes are also included. Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes](/components/utilities/).
## Global settings ## Global settings
@ -96,16 +96,6 @@ Create lighter, secondary text in any heading with a generic `<small>` tag or th
<h6>h6. Bootstrap heading <small>Secondary text</small></h6> <h6>h6. Bootstrap heading <small>Secondary text</small></h6>
{% endhighlight %} {% endhighlight %}
## Body copy
Bootstrap's base text is sized with global `font-size: 16px;` and `line-height: 1.5;`. This is applied to the `<body>` and all paragraphs.
{% example html %}
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.</p>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
{% endexample %}
## Lead ## Lead
Make a paragraph stand out by adding `.lead`. Make a paragraph stand out by adding `.lead`.
@ -137,45 +127,16 @@ While not shown above, feel free to use `<b>` and `<i>` in HTML5. `<b>` is meant
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. 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.
### Basic abbreviation
{% example html %}
<abbr title="attribute">attr</abbr>
{% endexample %}
### Initialism
Add `.initialism` to an abbreviation for a slightly smaller font-size. Add `.initialism` to an abbreviation for a slightly smaller font-size.
{% example html %} {% example html %}
<abbr title="HyperText Markup Language" class="initialism">HTML</abbr> <p><abbr title="attribute">attr</abbr></p>
{% endexample %} <p><abbr title="HyperText Markup Language" class="initialism">HTML</abbr></p>
## Address
Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with `<br>`.
{% example html %}
<address>
<strong>Twitter, Inc.</strong><br>
795 Folsom Ave, Suite 600<br>
San Francisco, CA 94107<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<address>
<strong>Full Name</strong><br>
<a href="mailto:#">first.last@example.com</a>
</address>
{% endexample %} {% endexample %}
## Blockquotes ## Blockquotes
For quoting blocks of content from another source within your document. For quoting blocks of content from another source within your document. Wrap `<blockquote>` around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a `<p>`.
### Default blockquote
Wrap `<blockquote>` around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a `<p>`.
{% example html %} {% example html %}
<blockquote> <blockquote>
@ -183,11 +144,7 @@ Wrap `<blockquote>` around any <abbr title="HyperText Markup Language">HTML</abb
</blockquote> </blockquote>
{% endexample %} {% endexample %}
### Blockquote options ### Naming a source
Style and content changes for simple variations on a standard `<blockquote>`.
#### Naming a source
Add a `<footer>` for identifying the source. Wrap the name of the source work in `<cite>`. Add a `<footer>` for identifying the source. Wrap the name of the source work in `<cite>`.
@ -198,7 +155,7 @@ Add a `<footer>` for identifying the source. Wrap the name of the source work in
</blockquote> </blockquote>
{% endexample %} {% endexample %}
#### Reverse layout ### Reverse layout
Add `.blockquote-reverse` for a blockquote with right-aligned content. Add `.blockquote-reverse` for a blockquote with right-aligned content.
@ -211,48 +168,6 @@ Add `.blockquote-reverse` for a blockquote with right-aligned content.
## Lists ## Lists
### Unordered
A list of items in which the order does *not* explicitly matter.
{% example html %}
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Nulla volutpat aliquam velit
<ul>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Vestibulum laoreet porttitor sem</li>
<li>Ac tristique libero volutpat at</li>
</ul>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ul>
{% endexample %}
### Ordered
A list of items in which the order *does* explicitly matter.
{% example html %}
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Nulla volutpat aliquam velit
<ol>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Vestibulum laoreet porttitor sem</li>
<li>Ac tristique libero volutpat at</li>
</ol>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ol>
{% endexample %}
### Unstyled ### Unstyled
Remove the default `list-style` and left margin on list items (immediate children only). **This only applies to immediate children list items**, meaning you will need to add the class for any nested lists as well. Remove the default `list-style` and left margin on list items (immediate children only). **This only applies to immediate children list items**, meaning you will need to add the class for any nested lists as well.
@ -289,22 +204,6 @@ Place all list items on a single line with `display: inline-block;` and some lig
</ul> </ul>
{% endexample %} {% endexample %}
### Description
A list of terms with their associated descriptions.
{% example html %}
<dl>
<dt>Description lists</dt>
<dd>A description list is perfect for defining terms.</dd>
<dt>Euismod</dt>
<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
</dl>
{% endexample %}
### Horizontal description ### Horizontal description
Align terms and descriptions horizontally by using our grid system's predefined classes (or semantic mixins). For longer terms, you can optionally add a `.text-truncate` class to truncate the text with an ellipsis. Align terms and descriptions horizontally by using our grid system's predefined classes (or semantic mixins). For longer terms, you can optionally add a `.text-truncate` class to truncate the text with an ellipsis.