From 17c1388f230d01a88b29f18a209094cffbe2a2d3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Aug 2013 00:38:20 -0700 Subject: [PATCH] Consistent alert link examples (adds warning and reorders) --- components.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/components.html b/components.html index da32c5dd75..65cfb27397 100644 --- a/components.html +++ b/components.html @@ -2213,26 +2213,32 @@ body { padding-bottom: 70px; }

Use the .alert-link utility class to quickly provide matching colored links within any alert.

-
- Oh snap! Change a few things up and try submitting again. -
Well done! You successfully read this important alert message.
Heads up! This alert needs your attention, but it's not super important.
+
+ Warning! Best check yo self, you're not looking too good. +
+
+ Oh snap! Change a few things up and try submitting again. +
{% highlight html %} -
- ... -
...
...
+
+ ... +
+
+ ... +
{% endhighlight %}