From 964849e117c8f5bc4f8441d0a371a176094c476c Mon Sep 17 00:00:00 2001 From: RileyBugz Date: Sun, 24 Jun 2018 16:14:19 +0000 Subject: [PATCH] I fixed the alignment of the TOC's header so that it would align with the hide/show button. Change-Id: I88cc2c84a19f443bd3c749b7729ac0b7b6f74c2c --- resources/screen-common.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/screen-common.less b/resources/screen-common.less index 6e000e7..025ab36 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -465,10 +465,10 @@ ul#filetoc { list-style: none; } #mw-content .toc h2 { - font-size: 1.2em; + font-size: 1em; font-family: @fonts; margin: 0; - display: inline-block; + display: inline; border-bottom-color: @grey; } .toctoggle {