From: Mark Otto Date: Mon, 19 Aug 2013 07:38:20 +0000 (-0700) Subject: Consistent alert link examples (adds warning and reorders) X-Git-Tag: v3.0.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c1388f230d01a88b29f18a209094cffbe2a2d3;p=thirdparty%2Fbootstrap.git Consistent alert link examples (adds warning and reorders) --- 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 %}