From: Sajad Torkamani Date: Wed, 10 Feb 2016 11:01:05 +0000 (+0000) Subject: Correct spelling X-Git-Tag: v3.3.7~123^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19146%2Fhead;p=thirdparty%2Fbootstrap.git Correct spelling --- diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index d259cbabbd..39c1c509a9 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -357,7 +357,7 @@

Firefox and fieldsets

-

Firefox has some awkward fieldset styling involving width that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we don't provide in Bootstrap:

+

Firefox has some awkward fieldset styling involving width that interferes with the responsive table. This cannot be overridden without a Firefox-specific hack that we don't provide in Bootstrap:

{% highlight css %} @-moz-document url-prefix() { fieldset { display: table-cell; }