From 5c7d339752f20627277ecd69945ae50508cefb8f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 28 Aug 2013 14:57:41 -0700 Subject: Revert "fix styling of alert-dismissable example" This reverts commit b3a23fa33a261295ed69adc9fbc75b70bf354962. --- components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index 642146e71..c24eaf859 100644 --- a/components.html +++ b/components.html @@ -2243,13 +2243,13 @@ body { padding-bottom: 70px; }

Dismissable alerts

Build on any alert by adding an optional .alert-dismissable and close button.

-
+
Warning! Best check yo self, you're not looking too good.
{% highlight html %} -
+
Warning! Best check yo self, you're not looking too good.
-- cgit v1.2.3 From ccb630e60f9db841c854c66bb3930146e54362d1 Mon Sep 17 00:00:00 2001 From: Jonathon Leight Date: Fri, 30 Aug 2013 15:01:07 -0400 Subject: Fix broken link to alerts section of JS page. Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead. --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index c24eaf859..12c72e00a 100644 --- a/components.html +++ b/components.html @@ -2209,7 +2209,7 @@ body { padding-bottom: 70px; } -

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

+

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Examples

Wrap any text and an optional dismiss button in .alert and one of the four contextual classes (e.g., .alert-success) for basic alert messages.

-- cgit v1.2.3