]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update docs messaging around alerts and buttons
authorMark Otto <markotto@twitter.com>
Mon, 26 Mar 2012 03:44:01 +0000 (20:44 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 26 Mar 2012 03:44:01 +0000 (20:44 -0700)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index da9137a7b3152b715ebd53a3b3c8ad57ff30cacb..14edf6efd1e8883e98f9f24f24b345b1296bf191 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index bb9842be2d23b72211c2b960fdbee7cf945b81ad..8c25c7c2fc3320727f945a96a5ce0b3515caafd8 100644 (file)
   &lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, you're not looking too good.
 &lt;/div&gt;
 </pre>
-      <p><span class="label label-info">Heads up!</span> iOS devices require an <code>href="#"</code> for the dismissal of alerts. Be sure to include it and the data attribute for fully responsive and dismissable alerts.</p>
+      <p><span class="label label-info">Heads up!</span> iOS devices require an <code>href="#"</code> for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <code>button</code> element with the data attribute, which we have opted to do for our docs.</p>
       <p>Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.</p>
       <div class="alert alert-block">
         <button class="close" data-dismiss="alert">&times;</button>
index 4188ebcd71b3ae6d4fda3d9acae671f3943fba4e..2ceb43ba17626ed603461cfc865e4b37a009819c 100644 (file)
   &lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, you're not looking too good.{{/i}}
 &lt;/div&gt;
 </pre>
-      <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}iOS devices require an <code>href="#"</code> for the dismissal of alerts. Be sure to include it and the data attribute for fully responsive and dismissable alerts.{{/i}}</p>
+      <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}iOS devices require an <code>href="#"</code> for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <code>button</code> element with the data attribute, which we have opted to do for our docs.{{/i}}</p>
       <p>{{_i}}Easily extend the standard alert message with two optional classes: <code>.alert-block</code> for more padding and text controls and <code>.alert-heading</code> for a matching heading.{{/i}}</p>
       <div class="alert alert-block">
         <button class="close" data-dismiss="alert">&times;</button>