From 25ffe14c1bf43539d12b459a3807d37d826d1246 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 23:02:31 -0800 Subject: [PATCH] add line item to docs on upgrading per #1488 --- docs/assets/bootstrap.zip | Bin 52356 -> 52356 bytes docs/templates/pages/upgrading.mustache | 1 + docs/upgrading.html | 1 + 3 files changed, 2 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index faef1d7ea0635c2e7469d359d345ae7430da2922..12aef2c013f317c7938bf955a49b98702e83cc32 100644 GIT binary patch delta 441 zcmZpf$=ouNnJ2)TnT3l11YCDapPOEi6LI?6yk?e&S zKbfPz8Ky3bE}t delta 441 zcmZpf$=ouNnJ2)TnT3l11RAzY_)WJrh-+rh%Lc)p~iN0n7@{Nv{={8n;dUw#kHT zBG3mw(+oE66#<#{{kkc)w41quHH)+6c+SU8n6}JfPzx&p0tb;$(8c84&=p CjINjf diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 02d1c7febd..5511e191b2 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -128,6 +128,7 @@
  • {{_i}}Updated the .dropdown-menu to tighten up spacing{{/i}}
  • {{_i}}Now requires you to add a <span class="caret"></span> to show the dropdown arrow{{/i}}
  • +
  • {{_i}}Now requires you to add a data-toggle="dropdown" attribute to obtain toggling behavior{{/i}}
  • {{_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}}

{{_i}}Labels{{/i}}

diff --git a/docs/upgrading.html b/docs/upgrading.html index 4d8328b7c2..7398952ba9 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -204,6 +204,7 @@
  • Updated the .dropdown-menu to tighten up spacing
  • Now requires you to add a <span class="caret"></span> to show the dropdown arrow
  • +
  • Now requires you to add a data-toggle="dropdown" attribute to obtain toggling behavior
  • 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.

Labels