From a497e9010a5fcf4fce7e7112a0d3f32da57e8adb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Feb 2012 17:12:32 -0800 Subject: [PATCH] make button examples button element and add upgrade note on tooltip positions per #1532 --- docs/assets/bootstrap.zip | Bin 52683 -> 52683 bytes docs/base-css.html | 16 ++++++++-------- docs/templates/pages/base-css.mustache | 16 ++++++++-------- docs/templates/pages/upgrading.mustache | 4 ++++ 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 77e70e94d77eca666f92b557be48f94edcb32f08..dc3849f1d43427fceab85e301b465deb459ea1bf 100644 GIT binary patch delta 448 zcmX>-oB8x?W}X0VW)?065Mb<_$fL;iNxS4>jDaN*?l zlMJ8^TC6%*5u{9giwWBophrFnY);&ASp;O5*-3q-PaqGAPp&)322xaWT4wU1lj2OD zL87uCky|Idk$7&W{9!zx{%xlmAo{^7#ZS9H-oB8x?W}X0VW)?065D03U$fL-1o5$S$F3;qRr-iwYBmz{~?!YA`_Hi%)70<8* zi{0Vbc>63!VDc(XN2ti=kDS5mAR#wFBe03Lc{bMxzB2#`u$kP$B$ZDB&%P1Rtb6_ZpjTsZmtBm=16V%5ot zOu=oF)wh_i-35B&4$tPqEtf?=hMAqzXSxmYu=wP5as5JLQkW+jhzUq93eM{Im;14#_lQB>4-c1Ce-6XS~tuUU$X_$!x~6b}$~$@d;<0 Mm>^LzdHY!r0B|6zkpKVy diff --git a/docs/base-css.html b/docs/base-css.html index 678504b726..2ee0f2d295 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1301,23 +1301,23 @@ For example, <code>section</code> should be wrapped as inline.

Multiple sizes

Fancy larger or smaller buttons? Add .btn-large or .btn-small for two additional sizes.

- Primary action - Action + +

- Primary action - Action + +


Disabled state

For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.

- Primary action - Action + Primary link + Link

- - + +

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index f1584ed744..01b79c7a5b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1225,23 +1225,23 @@

{{_i}}Multiple sizes{{/i}}

{{_i}}Fancy larger or smaller buttons? Add .btn-large or .btn-small for two additional sizes.{{/i}}

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + +

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + +


{{_i}}Disabled state{{/i}}

{{_i}}For disabled buttons, use .btn-disabled for links and :disabled for <button> elements.{{/i}}

- {{_i}}Primary action{{/i}} - {{_i}}Action{{/i}} + {{_i}}Primary link{{/i}} + {{_i}}Link{{/i}}

- - + +

diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 77e2e02cd9..5a370f1137 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -179,6 +179,10 @@
  • {{_i}}The animate option was renamed to animation.{{/i}}
  • {{_i}}The html option was removed, as the tooltips default to allowing HTML now.{{/i}}
  • +

    {{_i}}Tooltips{{/i}}

    +
      +
    • {{_i}}Values for placement option changed from above and below to top and bottom. (Affects popovers, too.){{/i}}
    • +

    {{_i}}Popovers{{/i}}

    • {{_i}}Child elements now properly namespaced: .title to .popover-title, .inner to .popover-inner, and .content to .popover-content.{{/i}}