From 831bbb8b45ca5d6707433a724106b0d23949a3d9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 Jan 2014 21:21:51 -0800 Subject: Clarify that the focus docs styles are not in the repo, per https://github.com/twbs/bootstrap-sass/issues/497 --- docs/css.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 3630acd12..1315ffe07 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1880,12 +1880,13 @@ For example, <section> should be wrapped as inline.

We remove the default outline styles on some form controls and apply a box-shadow in its place for :focus.

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

Demo :focus state

+

The above example input uses custom styles in our documentation to demonstrate the :focus state on a .form-control.

+

Disabled inputs

-- cgit v1.2.3 From 46f5bbcf33a1151890011dae16792a63a9228b08 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 10 Jan 2014 14:41:23 -0800 Subject: document #11675 --- docs/css.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 1315ffe07..f4dff1e07 100644 --- a/docs/css.html +++ b/docs/css.html @@ -774,11 +774,13 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e

Left aligned text.

Center aligned text.

Right aligned text.

+

Justified text.

{% highlight html %}

Left aligned text.

Center aligned text.

Right aligned text.

+

Justified text.

{% endhighlight %} -- cgit v1.2.3 From e8cabf332aef000d7e4fb169524ad4c3f2c438ea Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 10 Jan 2014 15:33:04 -0800 Subject: use height adjectives for greater clarity --- 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 f4dff1e07..d8d6b8bb5 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2083,7 +2083,7 @@ For example, <section> should be wrapped as inline.

Set heights using classes like .input-lg, and set widths using grid column classes like .col-lg-*.

Height sizing

-

Create larger or smaller form controls that match button sizes.

+

Create taller or shorter form controls that match button sizes.

-- cgit v1.2.3