diff options
| author | Chris Rebert <[email protected]> | 2013-10-06 20:18:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-06 20:18:03 -0700 |
| commit | a8afb4668802aaba50ca90e5862d91a750d90dc6 (patch) | |
| tree | a09ce787402a4b07c570dc03b7093cefb85d9530 | |
| parent | 70453c2327c3ebcf704e485f8f9e34140f6a099e (diff) | |
| download | bootstrap-a8afb4668802aaba50ca90e5862d91a750d90dc6.tar.xz bootstrap-a8afb4668802aaba50ca90e5862d91a750d90dc6.zip | |
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> |
