diff --git a/docs/docs.html b/docs/docs.html index ba32b32957..7d5630242a 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -385,7 +385,7 @@ title: Bootstrap Documentation {% endhighlight %}
Move columns to the right using .col-offset-*
classes. Each class increases the left margin of a column by a whole column. For example, .col-offset-4
moves .col-span-4
over four columns.
Move columns to the right using .col-offset-*
classes. These classes increase the left margin of a column by *
columns. For example, .col-offset-4
moves .col-span-4
over four columns.
<section>
should be wrapped as inline.
.error
+ .danger
<section>
should be wrapped as inline.
<section>
should be wrapped as inline.
-{% endhighlight %}
-
- Present data in a form that's not editable without using actual form markup.
- -{% highlight html linenos %} -Some value here {% endhighlight %}<section>
should be wrapped as inline.
{% endhighlight %}
- IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button
elements, rendering text gray with a nasty text-shadow that we cannot fix.
Fancy larger or smaller buttons? Add .btn-large
, .btn-small
, or .btn-mini
for additional sizes.
<section>
should be wrapped as inline.
Add the disabled
attribute to <button>
buttons.
- +
{% highlight html linenos %} - + {% endhighlight %} +Cross-browser compatibility
+If you add the disabled
attribute to a <button>
, Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cannot fix.
Add the .disabled
class to <a>
buttons.
@@ -2137,7 +2134,7 @@ For example, <section>
should be wrapped as inline.
{% endhighlight %}
-
As a best practice, we highly recommend matching using the <button>
element whenever possible to ensure matching cross-browser rendering.
As a best practice, we highly recommend using the <button>
element whenever possible to ensure matching cross-browser rendering.
<section>
should be wrapped as inline.
{% endhighlight %}
A simple shell for an h1
to appropriately space out and segment sections of content on a page. It can utilize the h1
's default small
, element as well most other components (with additional styles).
A simple shell for an h1
to appropriately space out and segment sections of content on a page. It can utilize the h1
's default small
element as well as most other components (with additional styles).
<section>
should be wrapped as inline.
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
-Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in IE8-9 or older versions of Firefox. Internet Explorer 10 and below, as well as Opera 12, do not support animations.
+Cross-browser compatibility
+Progress bars use CSS3 transitions and animations to achieve some of their effects.
+These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.
+Default progress bar with a vertical gradient.
@@ -4450,7 +4451,7 @@ For example,<section>
should be wrapped as inline.
{% endhighlight %}
Adding Glyphicon chevrons are automatically moved to the right.
+Add Glyphicon chevrons that are automatically moved to the right.
<section>
should be wrapped as inline.
{% endhighlight %}
Linkify list group items by using anchor tags instead of list items (that also means a parent <div>
instead of an <ul>
. No need for individual parents around each element.
Linkify list group items by using anchor tags instead of list items (that also means a parent <div>
instead of an <ul>
). No need for individual parents around each element.