diff options
| author | Chris Gunther <[email protected]> | 2012-01-14 15:15:24 -0500 |
|---|---|---|
| committer | Chris Gunther <[email protected]> | 2012-01-14 15:15:24 -0500 |
| commit | a4b107bf879d47db0a6e036814f5aeee4316d36c (patch) | |
| tree | fc9b86c757227b871881631f7cc5fde9235f9904 /docs | |
| parent | 07530073dd6fe56558703ff6c65994aacc1d4a25 (diff) | |
| download | bootstrap-a4b107bf879d47db0a6e036814f5aeee4316d36c.tar.xz bootstrap-a4b107bf879d47db0a6e036814f5aeee4316d36c.zip | |
fix navbar links to scaffolding > grid system
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 4 | ||||
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/upgrading.html | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 9491f40aa..3ad403ecd 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -40,7 +40,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> @@ -928,7 +928,7 @@ <p>States like error, warning, and success are included for each type of form control. Also included are styles for disabled controls.</p> </div> </div> - + <h2>Four types of forms</h2> <p>Bootstrap provides simple markup and styles for four styles of common web forms.</p> <table class="bordered-table striped-table"> diff --git a/docs/components.html b/docs/components.html index fa3dc5a20..55a007f90 100644 --- a/docs/components.html +++ b/docs/components.html @@ -40,7 +40,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> diff --git a/docs/index.html b/docs/index.html index 5d8e61ded..fc1eb498c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,7 +41,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> diff --git a/docs/javascript.html b/docs/javascript.html index 58cc13e8c..ce47c1974 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -41,7 +41,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> diff --git a/docs/less.html b/docs/less.html index 8831ce094..d99a7903e 100644 --- a/docs/less.html +++ b/docs/less.html @@ -40,7 +40,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 57b90d096..145dd5584 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -40,7 +40,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> diff --git a/docs/upgrading.html b/docs/upgrading.html index 376aae856..1b4864ec7 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -40,7 +40,7 @@ <b class="caret"></b> </a> <ul class="dropdown-menu"> - <li><a href="./scaffolding.html#grid">Grid system</a></li> + <li><a href="./scaffolding.html#grid-system">Grid system</a></li> <li><a href="./scaffolding.html#layouts">Layouts</a></li> <li><a href="./scaffolding.html#responsive">Responsive design</a></li> </ul> |
