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: [PATCH] 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(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 93f495965d448721786e5075f640b38ea5a13a10..9a2c46153d6c73a1f76eb723de50c30c8308860f 100644 GIT binary patch delta 918 zcmX@Hhxx=FX5IjAW)?065NLL(p2(}9axK2l|2hztR&X;gvV3D?U|?|r$|BUY0M!Mm zsDRYqP$vRZ&%ppvH`7K0o4SoJ4{a=@x!GZVKt2Q$z`lWl|zML2b(d^%M@$|hKlE2`o~z|PrnQ%?!q|KLbt zWRhcsL@y|~f8CazEPqQ}32VH8l)__fa>Ok!Vw4@ZUj>LuE4UdLS-vtdFtCUKWfAJSfa(HO zRFrY61F7d=0I8d4BLY$f!pP=re0hkI87Mz_9hU=E1)G_;%{jm-Y=jNLDnQOcHez$5 zu#`Di#XK)l>}EXo(l=%X`6^IaH#0X~KQx4sff1Vd?g|Yypsw zlU4g|u&XHT&lLbW>*;)D6;L?h2upYvP1aeU4|YGg!p->$s+7P+y*Xqog3YMS#)s>~ zz|PrnQ%?!qvEWE!WRhcsL@y|~f8CazEPqQ}2|YgGN)fJ#xaCERvLm

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 70646afdbb..4f777e0312 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -208,7 +208,7 @@