diff options
| author | Mark Otto <[email protected]> | 2012-02-01 23:02:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 23:02:31 -0800 |
| commit | 25ffe14c1bf43539d12b459a3807d37d826d1246 (patch) | |
| tree | a1b7389f2bb644e3338da663da910b85c312728e /docs | |
| parent | aa8a7668cba4c9cc85c0902cb5abf703d0ac86c3 (diff) | |
| download | bootstrap-25ffe14c1bf43539d12b459a3807d37d826d1246.tar.xz bootstrap-25ffe14c1bf43539d12b459a3807d37d826d1246.zip | |
add line item to docs on upgrading per #1488
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52356 -> 52356 bytes | |||
| -rw-r--r-- | docs/templates/pages/upgrading.mustache | 1 | ||||
| -rw-r--r-- | docs/upgrading.html | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex faef1d7ea..12aef2c01 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 02d1c7feb..5511e191b 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -128,6 +128,7 @@ <ul> <li>{{_i}}Updated the <code>.dropdown-menu</code> to tighten up spacing{{/i}}</li> <li>{{_i}}Now requires you to add a <code><span class="caret"></span></code> to show the dropdown arrow{{/i}}</li> + <li>{{_i}}Now requires you to add a <code>data-toggle="dropdown"</code> attribute to obtain toggling behavior{{/i}}</li> <li>{{_i}}The navbar (fixed topbar) has brand new dropdowns. Gone are the dark versions and in their place are the standard white ones with an additional caret at their tops for clarity of position.{{/i}}</li> </ul> <h3>{{_i}}Labels{{/i}}</h3> diff --git a/docs/upgrading.html b/docs/upgrading.html index 4d8328b7c..7398952ba 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -204,6 +204,7 @@ <ul> <li>Updated the <code>.dropdown-menu</code> to tighten up spacing</li> <li>Now requires you to add a <code><span class="caret"></span></code> to show the dropdown arrow</li> + <li>Now requires you to add a <code>data-toggle="dropdown"</code> attribute to obtain toggling behavior</li> <li>The navbar (fixed topbar) has brand new dropdowns. Gone are the dark versions and in their place are the standard white ones with an additional caret at their tops for clarity of position.</li> </ul> <h3>Labels</h3> |
