From 28dc66bd2b3d682e71d20c1efe1ea2d483e85789 Mon Sep 17 00:00:00 2001 From: Paladox Date: Mon, 3 Dec 2018 19:47:47 +0000 Subject: [PATCH] Fix styles for .mw-body.dt and .mw-body.dl Bug: T211044 Change-Id: I5b4b008cccc237d9c27f975cf5f11bff1ed6fe1e --- resources/screen-common.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/screen-common.less b/resources/screen-common.less index aac098c..288a6be 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -394,6 +394,19 @@ pre, margin: 1.5em 0 0.5em; } + dt { + font-weight: bold; + font-family: @fonts-secondary; + line-height: 1.25; + margin: 1.5em 0 0.5em; + margin-bottom: 0.1em; + } + + dl { + margin-top: 0.2em; + margin-bottom: 0.5em; + } + form dt { margin: 0 0.5em 0 0; }