From 759590873b1c20787b0f474aabbbccbd9968b3f5 Mon Sep 17 00:00:00 2001 From: Volker E Date: Sun, 18 Mar 2018 17:35:47 -0700 Subject: [PATCH] Replace `#toc` selector by `.toc` Replacing id CSS selector by lower specific class selector. Bug: T187808 Depends-on: I7f3a9df7f9fd1178986112b5265b1ae7c991d5b7 Change-Id: Ib1a874b644e80a26ff415003684f6ce54fd2b7e6 --- resources/skins.minerva.base.styles/common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.minerva.base.styles/common.less b/resources/skins.minerva.base.styles/common.less index cb0108a..a47ce7f 100644 --- a/resources/skins.minerva.base.styles/common.less +++ b/resources/skins.minerva.base.styles/common.less @@ -52,7 +52,7 @@ textarea { .toc-mobile, // Table of contents as provided by parser has no styling, this is a temporary measure until we are able // to commit more time to Minerva on desktop -#toc, +.toc, // We also need a more specific rule for tablet non-JS users who will load skins.minerva.tablet.styles .client-nojs .toc-mobile, .client-js .no-js-only,