From 73a0b40f728358dbe7ddb2f9a75bcb90c2abd35a Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 3 Aug 2016 17:56:11 +0200 Subject: [PATCH] Default theme: Fix hr element theming in IE8+ --- themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/style.css b/themes/default/style.css index 8477e2f..df99720 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -215,6 +215,7 @@ img { max-width: 100%; } hr { border: 0.15em solid #f5f5f5; border-radius: 0.3em; + background: #f5f5f5; } abbr { text-decoration: underline dotted; }