mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix ID of Normalize heading in docs so that the sidenav can find it
This commit is contained in:
parent
e9951385b0
commit
e46e63463a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
|
||||||
</ul>
|
</ul>
|
||||||
<p>These styles can be found within <strong>scaffolding.less</strong>.</p>
|
<p>These styles can be found within <strong>scaffolding.less</strong>.</p>
|
||||||
|
|
||||||
<h3 id="overview-reset">Normalize reset</h3>
|
<h3 id="overview-normalize">Normalize reset</h3>
|
||||||
<p>For improved cross-browser rendering, we use <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a>.</p>
|
<p>For improved cross-browser rendering, we use <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a>.</p>
|
||||||
|
|
||||||
<h3 id="overview-container">Centering with container</h3>
|
<h3 id="overview-container">Centering with container</h3>
|
||||||
|
|
Loading…
Reference in a new issue