From 5d2062a3ccb0fed4901fc9f312c961d042f569bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Tue, 27 Mar 2012 08:36:34 +0200 Subject: Finish of close conversion from a to button --- docs/assets/bootstrap.zip | Bin 56904 -> 56904 bytes docs/components.html | 6 ++++-- docs/javascript.html | 10 +++++----- docs/templates/pages/components.mustache | 6 ++++-- docs/templates/pages/javascript.mustache | 10 +++++----- 5 files changed, 18 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 93f495965..9a2c46153 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 5df760459..7854df523 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1879,8 +1879,10 @@

Close icon

Use the generic close icon for dismissing content like modals and alerts.

-

×

-
<a class="close">&times;</a>
+

+
<button class="close">&times;</button>
+

iOS devices require an href="#" for click events if you rather use an anchor.

+
<a class="close" href="#">&times;</a>
diff --git a/docs/javascript.html b/docs/javascript.html index 70646afdb..4f777e031 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -208,7 +208,7 @@