]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct spelling 19146/head
authorSajad Torkamani <sajadtorkamani1@gmail.com>
Wed, 10 Feb 2016 11:01:05 +0000 (11:01 +0000)
committerSajad Torkamani <sajadtorkamani1@gmail.com>
Wed, 10 Feb 2016 11:01:05 +0000 (11:01 +0000)
docs/_includes/css/tables.html

index d259cbabbd6e03724ef94a615ce5208b7295b724..39c1c509a90a910448786ef71ade78ab07d0ea7d 100644 (file)
   </div>
   <div class="bs-callout bs-callout-warning" id="callout-tables-responsive-ff-fieldset">
     <h4>Firefox and fieldsets</h4>
-    <p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>
+    <p>Firefox has some awkward fieldset styling involving <code>width</code> that interferes with the responsive table. This cannot be overridden without a Firefox-specific hack that we <strong>don't</strong> provide in Bootstrap:</p>
 {% highlight css %}
 @-moz-document url-prefix() {
   fieldset { display: table-cell; }