From 93a7421f2ce63e9185f5ba655a6f720c84ffa746 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 8 Jul 2014 17:14:14 -0700 Subject: .btn-default to .btn-secondary --- docs/_includes/css/buttons.html | 52 ++++++++++++++++++++--------------------- docs/_includes/css/forms.html | 12 +++++----- 2 files changed, 32 insertions(+), 32 deletions(-) (limited to 'docs/_includes/css') diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index 5fa879c33..dbfc35610 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -36,37 +36,37 @@

- +

- +

- +

- +

{% highlight html %}

- +

- +

- +

- +

{% endhighlight %} @@ -74,12 +74,12 @@
- +
{% highlight html %} - + {% endhighlight %} @@ -90,22 +90,22 @@

No need to add :active as it's a pseudo-class, but if you need to force the same appearance, go ahead and add .active.

- +

{% highlight html %} - + {% endhighlight %}

Anchor element

Add the .active class to <a> buttons.

Primary link - Link + Link

{% highlight html %} Primary link -Link +Link {% endhighlight %} @@ -116,11 +116,11 @@

Add the disabled attribute to <button> buttons.

- +

{% highlight html %} - + {% endhighlight %}
@@ -132,11 +132,11 @@

Add the .disabled class to <a> buttons.

Primary link - Link + Link

{% highlight html %} Primary link -Link +Link {% endhighlight %}

We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. @@ -154,16 +154,16 @@

Button tags

Use the button classes on an <a>, <button>, or <input> element.

- Link - - - + Link + + +
{% highlight html %} -Link - - - +Link + + + {% endhighlight %}
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 08b3e77ae..6192c6d80 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -23,7 +23,7 @@ Check me out
- +
{% highlight html %} @@ -46,7 +46,7 @@ Check me out - + {% endhighlight %}
@@ -86,7 +86,7 @@ Remember me
- + {% highlight html %} @@ -110,7 +110,7 @@ Remember me - + {% endhighlight %} @@ -142,7 +142,7 @@
- +
@@ -172,7 +172,7 @@
- +
-- cgit v1.2.3