From a485cb5b6f415e0bc7c0121dcb31520e358880b3 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 23 Feb 2017 16:22:29 +0100 Subject: [PATCH] Added styling for
tags --- wcfsetup/install/files/style/layout/global.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/style/layout/global.scss b/wcfsetup/install/files/style/layout/global.scss index 778aa8f408..43f7ea82c8 100644 --- a/wcfsetup/install/files/style/layout/global.scss +++ b/wcfsetup/install/files/style/layout/global.scss @@ -147,6 +147,12 @@ ol.nativeList { /* slight margin to prevent visual merge with adjacent words */ margin-right: 2px; } + + hr { + border: 0; + border-top: 1px solid $wcfContentBorderInner; + height: 0; + } } .separatorLeft::before { -- 2.20.1