From 78d64e97e9f2bb2d0ae10a089e3f3f9ff53cd1f5 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Wed, 10 Apr 2013 19:18:04 +0200 Subject: [PATCH] Dusting the docs * Fix some typos, grammar, sentence structure * Fix left-over error tr class * Remove uneditable inputs section * Make compatibility sections stand out as sidenotes * Make modal example scrollable on big screens, too * Make some examples more self-explanatory --- docs/docs.html | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) 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 %}

Offsetting columns

-

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.

4
@@ -396,7 +396,7 @@ title: Bootstrap Documentation
3 offset 3
-
6 offset 6
+
6 offset 3
{% highlight html linenos %} @@ -404,6 +404,10 @@ title: Bootstrap Documentation
...
...
+... +
+
...
+
{% endhighlight %} @@ -1190,7 +1194,7 @@ For example, <section> should be wrapped as inline. - .error + .danger Indicates a dangerous or potentially negative action. @@ -1225,7 +1229,7 @@ For example, <section> should be wrapped as inline. 01/04/2012 Approved - + 2 TB - Monthly 02/04/2012 @@ -1946,15 +1950,6 @@ For example, <section> should be wrapped as inline. -{% endhighlight %} - -

Uneditable inputs

-

Present data in a form that's not editable without using actual form markup.

-
- Some value here -
-{% highlight html linenos %} -Some value here {% endhighlight %}

Form actions

@@ -2038,9 +2033,6 @@ For example, <section> should be wrapped as inline. {% endhighlight %} -

Cross browser compatibility

-

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.

-

Button sizes

Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.

@@ -2100,14 +2092,19 @@ For example, <section> should be wrapped as inline.

Button element

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.

+
+

Anchor element

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.

@@ -3996,7 +3993,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

Page header

-

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).

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.

+

Basic

Default progress bar with a vertical gradient.

@@ -4450,7 +4451,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %}

With chevrons

-

Adding Glyphicon chevrons are automatically moved to the right.

+

Add Glyphicon chevrons that are automatically moved to the right.