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/javascript.html | |
| parent | 1e9be3644c51ec6b808728169a4d535062be2c5f (diff) | |
| download | bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.tar.xz bootstrap-ca31f060a839b957ce3a85d3eaaaae09a78bbeb0.zip | |
New grid classes
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 45ebb5ee8..8e65c61d5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -17,7 +17,7 @@ title: JavaScript plugins <!-- 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="#overview"><i class="glyphicon glyphicon-chevron-right"></i> Overview</a></li> <li><a href="#transitions"><i class="glyphicon glyphicon-chevron-right"></i> Transitions</a></li> @@ -35,7 +35,7 @@ title: JavaScript plugins <li><a href="#affix"><i class="glyphicon glyphicon-chevron-right"></i> Affix</a></li> </ul> </div> - <div class="span9"> + <div class="col-span-9"> <!-- Overview |
