From 4893928310288d7bccb400017d333c6a49700046 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 18:03:30 -0700 Subject: [PATCH] add back href for alerts in components docs to make close work on iphone --- docs/assets/bootstrap.zip | Bin 56863 -> 56863 bytes docs/components.html | 10 +++++----- docs/templates/pages/components.mustache | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e2911bc660ebc25f23f84fd9e31d633f9c509ce9..85a7bf8a43e8838b840d9e03ba8d47405b0ec7cd 100644 GIT binary patch delta 464 zcmbQghk5=UW}X0VW)?065OAF^kw=kD=s>=|$brclZwqt5B-|!U3{YhghD%KB<6r`c z&9DWF2_M*a`vNCWVDefnN2ti=FI=u1Os*3qTMHY3O%yt?xmcLr9Hgqn%M7dvD0IL} z*BGd3Vt~wK?mA8+t3fsZb(_~Y!*n;)RSJNFe)rkJgzWmO1waPwp0C0tg66o%ObZO4 zF5YahphF3y?$99y|&V2+$m^+YS(O;JUJJyFk>)g6z3)+Zb6MD57#F5KUy-9d9JJFx@p`0!IVf X#L&BT$hHDqw&ku9M2+xd?t3Bty2rPg delta 464 zcmbQghk5=UW}X0VW)?065SZOFkw=kDbyvQ>`mV_vZwqrFNd%~}slg>C_Hi%)70<8* zi>d9}c>4k;)102kYq=cR)Pbthc5VK`8%R{| zmN&8p(4bkj{F%U(!PRixc0g7G)RleP1tJ19*%)FET!+e?Ks1qQcf4V40lELK5waaX VkExample alerts

Wrap your message and an optional close icon in a div with simple class.

- × + × Warning! Best check yo self, you're not looking too good.
@@ -1695,7 +1695,7 @@
 

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.

- × + ×

Warning!

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

@@ -1714,7 +1714,7 @@

Error or danger

- × + × Oh snap! Change a few things up and try submitting again.
@@ -1726,7 +1726,7 @@
     

Success

- × + × Well done! You successfully read this important alert message.
@@ -1738,7 +1738,7 @@
     

Information

- × + × Heads up! This alert needs your attention, but it's not super important.
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 79019addc1..5226296d9a 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1607,7 +1607,7 @@
       

{{_i}}Example alerts{{/i}}

{{_i}}Wrap your message and an optional close icon in a div with simple class.{{/i}}

- × + × {{_i}}Warning!{{/i}} {{_i}}Best check yo self, you're not looking too good.{{/i}}
@@ -1618,7 +1618,7 @@
 

{{_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}}

- × + ×

{{_i}}Warning!{{/i}}

{{_i}}Best check yo self, you're not looking too good.{{/i}} Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

@@ -1637,7 +1637,7 @@

{{_i}}Error or danger{{/i}}

- × + × {{_i}}Oh snap!{{/i}} {{_i}}Change a few things up and try submitting again.{{/i}}
@@ -1649,7 +1649,7 @@
     

{{_i}}Success{{/i}}

- × + × {{_i}}Well done!{{/i}} {{_i}}You successfully read this important alert message.{{/i}}
@@ -1661,7 +1661,7 @@
     

{{_i}}Information{{/i}}

- × + × {{_i}}Heads up!{{/i}} {{_i}}This alert needs your attention, but it's not super important.{{/i}}