diff options
| author | Chris Rebert <[email protected]> | 2013-06-25 14:16:39 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-06-25 14:16:39 -0600 |
| commit | e46e63463ac7ea218e60ee9e5697a24f0f682528 (patch) | |
| tree | 402cb9e95d823ae267c7dd58090819b0ce85ad21 /docs/css.html | |
| parent | e9951385b0507d2f28e332d7d5dcaea41b7e1d41 (diff) | |
| download | bootstrap-e46e63463ac7ea218e60ee9e5697a24f0f682528.tar.xz bootstrap-e46e63463ac7ea218e60ee9e5697a24f0f682528.zip | |
fix ID of Normalize heading in docs so that the sidenav can find it
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 86b9f4d65..1d8cee56d 100644 --- a/docs/css.html +++ b/docs/css.html @@ -43,7 +43,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes." </ul> <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> <h3 id="overview-container">Centering with container</h3> |
