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/base-css.html | |
| parent | 07530073dd6fe56558703ff6c65994aacc1d4a25 (diff) | |
| download | bootstrap-a4b107bf879d47db0a6e036814f5aeee4316d36c.tar.xz bootstrap-a4b107bf879d47db0a6e036814f5aeee4316d36c.zip | |
fix navbar links to scaffolding > grid system
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 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"> |
