diff options
| author | Mark Otto <[email protected]> | 2011-07-01 22:21:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-07-01 22:21:05 -0700 |
| commit | 189d11593fc9db2baa89d29531218abc757ed5c7 (patch) | |
| tree | 321fadf87569cbed3ae3ffe9995b76b04ebccf04 | |
| parent | cbf69199599af69222f23ce2418f991c3a25d73b (diff) | |
| download | bootstrap-189d11593fc9db2baa89d29531218abc757ed5c7.tar.xz bootstrap-189d11593fc9db2baa89d29531218abc757ed5c7.zip | |
rename modals to popovers
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 1caea7c8f..ef5c7372a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ <li><a href="#forms">Forms</a></li> <li><a href="#navigation">Navigation</a></li> <li><a href="#alerts">Alerts</a></li> - <li><a href="#modals">Modals</a></li> + <li><a href="#popovers">Popovers</a></li> <li><a href="#less">LESS</a></li> </ul> </div> @@ -1056,9 +1056,9 @@ </section> -<section id="modals"> +<section id="popovers"> <div class="page-header"> - <h1>Modals <small>Rules and conditions for displaying content in dialog boxes</small></h1> + <h1>Popovers <small>Components for displaying content in modals, tooltips, and popovers</small></h1> </div> <div class="row"> <div class="span4 columns"> |
