Replace `#toc` selector by `.toc`

Replacing id CSS selector by lower specific class selector.

Bug: T187808
Depends-on: I7f3a9df7f9fd1178986112b5265b1ae7c991d5b7
Change-Id: Ib1a874b644e80a26ff415003684f6ce54fd2b7e6
This commit is contained in:
Volker E 2018-03-18 17:35:47 -07:00 committed by Jdlrobson
parent fa4835b3bd
commit 759590873b
1 changed files with 1 additions and 1 deletions

View File

@ -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,