From 9762f95bde0fc251aa42d2e843cf5885f264cca3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 May 2013 20:53:59 -0700 Subject: Change up link alerts * No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert --- docs/components.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index ea87a7e22..20fdd70dd 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1905,6 +1905,34 @@ body { padding-bottom: 70px; }
...
...
...
+{% endhighlight %} + + +

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. +
+
+{% highlight html %} +
+ ... +
+
+ ... +
+
+ ... +
{% endhighlight %} -- cgit v1.2.3