From 4449c4e9e041136c7f03438ab3f078f4d837f6d5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 20:44:01 -0700 Subject: [PATCH] update docs messaging around alerts and buttons --- docs/assets/bootstrap.zip | Bin 56895 -> 56895 bytes docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index da9137a7b3152b715ebd53a3b3c8ad57ff30cacb..14edf6efd1e8883e98f9f24f24b345b1296bf191 100644 GIT binary patch delta 416 zcmdnLhk5@VX6^uQW)?065GbF>t;G8AX}sDmH)Sas$dwwh}f5oAhyWk+7;cP+*3aIaJ_^m!&b#1b^Ad+I5@= z>%itt4y$v4Dw|(dB>>bX)o%wCi0!Wd3EY~misqQfiVF;(wudk1R067bc*qngAbq%3 z3@EVjrUBzepr_=3?Dw~2CyU(@X9RgtV)D8>Y(O#JTRtfKowou|_?ovJ!TMq9yKcK8 onP-9`=X@s!g}?QV4_vL{U1Jn;OYYjE@GswW2J=NGYu^(A0Dp$TBme*a delta 416 zcmdnLhk5@VX6^uQW)?065YU^*t;Cw~G~YjK@`c+XoG@YiiT-M=Suo*=eH@JX6Q|pO zMKU+uy2#0>KY0z86GX-4&s=Um`N>wo#;ln@Eg74OgjLOf0yDhK!2+3^uXtG+GwMzB zmz}I#$BD2GWUk)iusRp8P{!u@byWgD0jYjFs6cFgjR4S~Tk}=X95Y#Qfg#lP@CBVp zKs65!nL-7m5BG`zO<8% -

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for fully responsive and dismissable alerts.

+

Heads up! iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a button element with the data attribute, which we have opted to do for our docs.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 4188ebcd71..2ceb43ba17 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1616,7 +1616,7 @@ <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}} </div> -

{{_i}}Heads up!{{/i}} {{_i}}iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for fully responsive and dismissable alerts.{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}iOS devices require an href="#" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a button element with the data attribute, which we have opted to do for our docs.{{/i}}

{{_i}}Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.{{/i}}