diff options
| author | Chris Rebert <[email protected]> | 2013-10-07 00:55:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-07 00:55:21 -0700 |
| commit | d32380657b8ae003fc30e704c63bf2cc450b878e (patch) | |
| tree | 68c9ba0bcf2d62fb21f8942b3fe47e56eeedb6d3 | |
| parent | bb50e33a3068cd0e25f3411b59d66d3bd6751e66 (diff) | |
| parent | a8afb4668802aaba50ca90e5862d91a750d90dc6 (diff) | |
| download | bootstrap-d32380657b8ae003fc30e704c63bf2cc450b878e.tar.xz bootstrap-d32380657b8ae003fc30e704c63bf2cc450b878e.zip | |
Merge pull request #10962 from twbs/doc-h1-thru-h6-classes
document .h1 thru .h6; fixes part of #10102
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -587,7 +587,7 @@ base_url: "../" <!-- Headings --> <h2 id="type-headings">Headings</h2> - <p>All HTML headings, <code><h1></code> through <code><h6></code> are available.</p> + <p>All HTML headings, <code><h1></code> through <code><h6></code>, are available. <code>.h1</code> through <code>.h6</code> classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.</p> <div class="bs-example bs-example-type"> <table class="table"> <tbody> |
