From: Matthias Schmidt Date: Sun, 28 Jul 2019 13:44:49 +0000 (+0200) Subject: Apply proper styling to hr elements in preview popovers X-Git-Tag: 5.2.0_Alpha_4~29 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dac928e6257c8ff41d26fd17dfc3b539d49e0b41;p=GitHub%2FWoltLab%2FWCF.git Apply proper styling to hr elements in preview popovers Close WoltLab/com.woltlab.wbb#347 --- diff --git a/wcfsetup/install/files/style/layout/global.scss b/wcfsetup/install/files/style/layout/global.scss index 5e00189265..8b22c4e6ee 100644 --- a/wcfsetup/install/files/style/layout/global.scss +++ b/wcfsetup/install/files/style/layout/global.scss @@ -147,7 +147,10 @@ ol.nativeList { /* slight margin to prevent visual merge with adjacent words */ margin-right: 2px; } - +} + +.containerContent, +.htmlContent { hr { border: 0; border-top: 1px solid $wcfContentBorderInner;