diff options
| author | Mark Otto <[email protected]> | 2013-03-26 17:12:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-26 17:12:17 -0700 |
| commit | ca31f060a839b957ce3a85d3eaaaae09a78bbeb0 (patch) | |
| tree | f35126669b4914142d6df703633a95e504049811 /docs/getting-started.html | |
| parent | 1e9be3644c51ec6b808728169a4d535062be2c5f (diff) | |
| download | bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.tar.xz bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.zip | |
New grid classes
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 48b5d51ad..79b31d25d 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -19,7 +19,7 @@ description: Overview of the project, its contents, and how to get started with <!-- Docs nav ================================================== --> <div class="row"> - <div class="span3 bs-docs-sidebar"> + <div class="col-span-3 bs-docs-sidebar"> <ul class="nav nav-list bs-docs-sidenav"> <li><a href="#download-bootstrap"><i class="glyphicon glyphicon-chevron-right"></i> Download</a></li> <li><a href="#file-structure"><i class="glyphicon glyphicon-chevron-right"></i> File structure</a></li> @@ -29,7 +29,7 @@ description: Overview of the project, its contents, and how to get started with <li><a href="#what-next"><i class="glyphicon glyphicon-chevron-right"></i> What next?</a></li> </ul> </div> - <div class="span9"> + <div class="col-span-9"> |
