From 5370d9e9af6fbecbf329aa803a83f4f6e432be3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Thu, 23 Feb 2017 16:15:48 +0100 Subject: [PATCH] Add styling for hr in wikipagefooter SPR-762 --- css/area_main-content.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/area_main-content.less b/css/area_main-content.less index 3b9e403..ed96763 100755 --- a/css/area_main-content.less +++ b/css/area_main-content.less @@ -20,6 +20,15 @@ } } + + .wikipagefooter { + > hr { + margin-top: 3em; + margin-bottom: 0.5em; + border-top: dashed grey 3px; + border-bottom: none; + } + } } /* + + + + + + + + + + + + + + + + + + + + + + + + + + */