From 6661639b37a6e577c4795e4394a0f0b6b75f4a01 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 00:29:19 -0800 Subject: [PATCH] #1693: manual fix of the pull request to add class name changes to pills/tabs to upgrade guide --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/templates/pages/upgrading.mustache | 2 +- docs/upgrading.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2c140266b250004008a34143567f4d4acf72f5c9..0a56f52fd9515d121cdca978a51ccb04a2eed190 100644 GIT binary patch delta 402 zcmZ2JlX>|}X6^uQW)?065LhsgTS@7(t)Bl`ATF)oW?*Fb&d9*PA_9~{R^_k8dIqFw zGH-zl(% zPWyF%Ciu%v{-4hYRs=P4vQ~i$n16b6aY2;;P}92xJE(wRV+}}P-9%MnXH5P&(GbGl ztUc+C0^`ET5}Qp~K|VP%*|1S~bL!^RB0yb&Ckz-*PyTmGVsgMKHXuLogbCvrAYTs1 z-g?3Z&Q?4b0B27;=?K;XQuFDgD_9(%Uv_fIDRH>`>Qg~*w(Myi6uUZ48^g`KbJ`xt QUO3tMj5Fie$@OP60DK^$2><{9 delta 402 zcmZ2JlX>|}X6^uQW)?065D1^ht)%2?tLN_y#HAJ742&$_85tN@M1XS0s{GYh-9V}) z^A^Z3hEJSs2j;qMymgv`F?{kePA3R|^IOg!cA$WRpfOaSLNM0=DDceD94esXv|kr! zg1_wK|M{G(V5=d9PSz@L0rOoq7Z+3s05!d9u!9O1Hr9Xy)=g9en*w#l

{{_i}}Navigation{{/i}}

    -
  • {{_i}}Tabs and pills now require the use of a new base class, .nav, on their <ul>{{/i}}
  • +
  • {{_i}}Tabs and pills now require the use of a new base class, .nav, on their <ul> and the class names are now .nav-pills and .nav-tabs.{{/i}}
  • {{_i}}New nav list variation added that uses the same base class, .nav{{/i}}
  • {{_i}}Vertical tabs and pills have been added—just add .nav-stacked to the <ul>{{/i}}
  • {{_i}}Pills were restyled to be less rounded by default{{/i}}
  • diff --git a/docs/upgrading.html b/docs/upgrading.html index 39da8e1f7e..47cac06dcc 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -187,7 +187,7 @@

Navigation

    -
  • Tabs and pills now require the use of a new base class, .nav, on their <ul>
  • +
  • Tabs and pills now require the use of a new base class, .nav, on their <ul> and the class names are now .nav-pills and .nav-tabs.
  • New nav list variation added that uses the same base class, .nav
  • Vertical tabs and pills have been added—just add .nav-stacked to the <ul>
  • Pills were restyled to be less rounded by default