summaryrefslogtreecommitdiff
path: root/resources/src/mediawiki.skinning/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/mediawiki.skinning/content.css')
-rw-r--r--resources/src/mediawiki.skinning/content.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/src/mediawiki.skinning/content.css b/resources/src/mediawiki.skinning/content.css
index 7dd5ee7f..454fe58d 100644
--- a/resources/src/mediawiki.skinning/content.css
+++ b/resources/src/mediawiki.skinning/content.css
@@ -23,14 +23,13 @@
* We use display:table. Even though it should only contain other table-* display
* elements, there are no known problems with using this.
*
- * Because IE < 8, FF 2 and other older browsers don't support display:table, we fallback to
+ * Because IE < 8 and other older browsers don't support display:table, we fallback to
* using inline-block mode, which features at least intrinsic width, but won't clear preceding
* inline elements. In practice inline elements surrounding the TOC are uncommon enough that
* this is an acceptable sacrifice.
*/
#toc,
.toc {
- display: -moz-inline-block;
display: inline-block;
display: table;