diff options
| author | Mark Otto <[email protected]> | 2011-11-30 01:00:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-30 01:00:55 -0800 |
| commit | bc51c15709469fd0c2e78886a15e849626a8f191 (patch) | |
| tree | 3bf90b17542c5083b0bece9b20278079d4bb9eb6 /docs | |
| parent | f2c40ee24d0caa26e79ed206370858918c603419 (diff) | |
| download | bootstrap-bc51c15709469fd0c2e78886a15e849626a8f191.tar.xz bootstrap-bc51c15709469fd0c2e78886a15e849626a8f191.zip | |
adding temp idea for subnav to docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/scaffolding.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index d4d1c6526..dd7f05bc6 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -53,6 +53,15 @@ <p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p> </header> + <!-- Work in progress sub nav for docs --> + <div class="navbar subnav docked-top"> + <ul class="nav"> + <li class="active"><a href="#">Grid system</a></li> + <li><a href="#">Layouts</a></li> + <li><a href="#">Responsive</a></li> + </ul> + </div> + <!-- Grid system |
