From 3b0d1276aa8014040acfa9f9d46fd04e60e01f3d Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sat, 7 Nov 2015 12:19:16 +0000 Subject: [PATCH] TOC: Fix problems on RTL wikis This is a follow-up to c7894deb. Bug: T118029 Change-Id: I0cd614063daff20e226a2ba1f819cebd71a2244b --- resources/src/mediawiki.skinning/content.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/src/mediawiki.skinning/content.css b/resources/src/mediawiki.skinning/content.css index a5dd692965..d7daabc20c 100644 --- a/resources/src/mediawiki.skinning/content.css +++ b/resources/src/mediawiki.skinning/content.css @@ -98,7 +98,8 @@ table.toc td { /* Ignored by IE7 and lower */ .tocnumber:after { content: ""; - padding-right: 0.5em; + display: inline-block; + width: 0.5em; } /* Warning */ -- 2.20.1