From 89746174b73f36fcb6a85c4a1bf99878e77a6f51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 02:05:38 -0700 Subject: Safari handles
just fine; fixes #8698 This makes me wonder whether recent IE might actually support this too. If not, your move IE Team. --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 641bd899e..118053448 100644 --- a/css.html +++ b/css.html @@ -1466,7 +1466,7 @@ For example, <section> should be wrapped as inline.

Cross-browser compatibility

-

While Bootstrap will apply these styles in all browsers, IE and Safari don't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.

+

While Bootstrap will apply these styles in all browsers, Internet Explorer doesn't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in that case.

-- cgit v1.2.3 From c947ab1c9aae66e0ea11288bf21c4a129d6d0c02 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 03:48:40 -0700 Subject: fix #8701: IE 10+ supports
*golf clap* --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 118053448..64774028c 100644 --- a/css.html +++ b/css.html @@ -1466,7 +1466,7 @@ For example, <section> should be wrapped as inline.

Cross-browser compatibility

-

While Bootstrap will apply these styles in all browsers, Internet Explorer doesn't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in that case.

+

While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.

-- cgit v1.2.3 From 98a24cbd25fe93db17718c10031fb654b08e266c Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Sun, 28 Jul 2013 08:57:10 -0600 Subject: Fix wording in 'hidden on...' to be in line with 3.0 wording. --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 64774028c..60a5c8d6a 100644 --- a/css.html +++ b/css.html @@ -1963,7 +1963,7 @@ For example, <section> should be wrapped as inline.
  • Large - +
  • -- cgit v1.2.3 From b0225c073a714c8172d6d59f9b21fc669f1cf747 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 Jul 2013 22:00:49 -0700 Subject: add responsive images section to docs (fixes #8734) --- css.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'css.html') diff --git a/css.html b/css.html index 60a5c8d6a..095be1deb 100644 --- a/css.html +++ b/css.html @@ -29,6 +29,12 @@ base_url: "../"

    To ensure proper rendering and touch zooming, add the viewport meta tag to your <head>.

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

    Responsive images

    +

    Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive class. This applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element.

    +{% highlight html %} +Reponsive image {% endhighlight %} @@ -1778,6 +1784,11 @@ For example, <section> should be wrapped as inline. {% endhighlight %} +
    +

    Responsive images

    +

    Looking for how to make images more responsive? Check out the responsive images section up top.

    +
    + -- cgit v1.2.3 From e9b1422e8614a8f1deac08941e84d93b1c1f7d5b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:39:15 -0700 Subject: add commas in a couple places --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 095be1deb..e93d51b41 100644 --- a/css.html +++ b/css.html @@ -622,7 +622,7 @@ base_url: "../"

    For quoting blocks of content from another source within your document.

    Default blockquote

    -

    Wrap <blockquote> around any HTML as the quote. For straight quotes we recommend a <p>.

    +

    Wrap <blockquote> around any HTML as the quote. For straight quotes, we recommend a <p>.

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    @@ -833,7 +833,7 @@ For example, <section> should be wrapped as inline.
    <p>Sample text here...</p>
    {% endhighlight %} -

    You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.

    +

    You may optionally add the .pre-scrollable class, which will set a max-height of 350px and provide a y-axis scrollbar.

    -- cgit v1.2.3 From d0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:41:39 -0700 Subject: expand out IE for consistency w/ the rest of the page --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index e93d51b41..4ffde3bb2 100644 --- a/css.html +++ b/css.html @@ -893,7 +893,7 @@ For example, <section> should be wrapped as inline.

    Use .table-striped to add zebra-striping to any table row within the <tbody>.

    Cross-browser compatibility

    -

    Striped tables are styled via the :nth-child CSS selector, which is not available in IE8.

    +

    Striped tables are styled via the :nth-child CSS selector, which is not available in Internet Explorer 8.

    -- cgit v1.2.3 From 7bcee1acd2e0c96ffb8895f6b72505bc377c8ec1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:38:48 -0700 Subject: apply in a few places --- css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 4ffde3bb2..95f9f095e 100644 --- a/css.html +++ b/css.html @@ -45,13 +45,13 @@ base_url: "../"
  • Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base
  • Set the global link color via @link-color and apply link underlines only on :hover
  • -

    These styles can be found within scaffolding.less.

    +

    These styles can be found within scaffolding.less.

    Normalize reset

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

    Centering with container

    -

    Easily center a page's contents by wrapping its contents in a container. Containers set max-width at various media query breakpoints to match our grid system.

    +

    Easily center a page's contents by wrapping its contents in a .container. Containers set max-width at various media query breakpoints to match our grid system.

    {% highlight html %}
    ... @@ -635,7 +635,7 @@ base_url: "../" {% endhighlight %}

    Blockquote options

    -

    Style and content changes for simple variations on a standard blockquote.

    +

    Style and content changes for simple variations on a standard <blockquote>.

    Naming a source

    Add <small> tag for identifying the source. Wrap the name of the source work in <cite>.

    @@ -1312,7 +1312,7 @@ For example, <section> should be wrapped as inline.

    Examples of standard form controls supported in an example form layout.

    Inputs

    -

    Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.

    +

    Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.

    Type declaration required

    Inputs will only be fully styled if their type is properly declared.

    -- cgit v1.2.3