mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
document .h1 thru .h6; fixes part of #10102
This commit is contained in:
parent
70453c2327
commit
a8afb46688
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -587,7 +587,7 @@ base_url: "../"
|
||||||
|
|
||||||
<!-- Headings -->
|
<!-- Headings -->
|
||||||
<h2 id="type-headings">Headings</h2>
|
<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">
|
<div class="bs-example bs-example-type">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue