From 8ef3df418f5f9a9b9a8dc2d0f41a3cf16447c8af Mon Sep 17 00:00:00 2001 From: Tom Pietschker Date: Fri, 21 Jun 2013 09:59:34 -0400 Subject: Rename class name in placeholder applies 2535e060a48393143e7a6c2eb93a0a5d06663801 to css.html. Wasn't docs.html removed a while ago? --- docs/css.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index d4e7f77d2..86b9f4d65 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1757,26 +1757,26 @@ For example, <section> should be wrapped as inline.
- +
- +
- +
{% highlight html %}
- +
- +
- +
{% endhighlight %} -- cgit v1.2.3 From e46e63463ac7ea218e60ee9e5697a24f0f682528 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 14:16:39 -0600 Subject: fix ID of Normalize heading in docs so that the sidenav can find it --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 86b9f4d65..1d8cee56d 100644 --- a/docs/css.html +++ b/docs/css.html @@ -43,7 +43,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."

These styles can be found within scaffolding.less.

-

Normalize reset

+

Normalize reset

For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.

Centering with container

-- cgit v1.2.3 From 266bdfcaaaa64b9e71fa3719a9b2e6b27fb6c2a1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 16:31:12 -0700 Subject: rm :invalid styling from docs It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323 :-/ --- docs/css.html | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 1d8cee56d..2f7d74708 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1380,21 +1380,6 @@ For example, <section> should be wrapped as inline. {% highlight html %} -{% endhighlight %} - -

Invalid inputs

-

Style inputs via default browser functionality. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.

- -
-

Cross-browser compatibility

-

Invalid inputs are styled via the :invalid CSS selector, which is not supported by Internet Explorer 9 and below.

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

Disabled inputs

-- cgit v1.2.3 From 274a3426576d7aef40bb2b760a3fc7a9bce95521 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 19:50:37 -0700 Subject: Docs: fix 1 typo; use in 1 place --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 2f7d74708..f73be9ac8 100644 --- a/docs/css.html +++ b/docs/css.html @@ -247,7 +247,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."

Need more examples?

-

We dive into more grid layouts in a separte page, free of chrome and documentation to better show you the power of the grid.

+

We dive into more grid layouts in a separate page, free of chrome and documentation to better show you the power of the grid.

More grid examples

-- cgit v1.2.3 From 242d92e09c60396bad0837581a9692bf7abe8aea Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 20:18:30 -0700 Subject: Fix #8287 --- docs/css.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 2f7d74708..8e7b57d37 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1494,12 +1494,16 @@ For example, <section> should be wrapped as inline.

Adding on top of existing browser controls, Bootstrap includes other useful form components.

Input groups

-

Add text or buttons before, after, or on both sides of any text-based input. Use .input-group with a .add-on to prepend or append elements to an <input>.

+

Add text or buttons before, after, or on both sides of any text-based input. Use .input-group with an .add-on to prepend or append elements to an <input>.

Cross-browser compatibility

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

+
+

Tooltips & popovers in input groups require special setting

+

When using tooltips or popovers on elements within an .input-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).

+
-- cgit v1.2.3